#CA8740

Color #CA8740 Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #CA8740

Tints of Peru #CA8740

Color information

#CA8740 (or 0xCA8740) is unknown color: approx Peru. HEX triplet: CA, 87 and 40. RGB value is (202,135,64). Sum of RGB (Red+Green+Blue) = 202+135+64=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8740 is #3578BF. Grayscale: #939393. Windows color (decimal): -3504320 or 4229066. OLE color: 4229066.

HSL color Cylindrical-coordinate representation of color #CA8740: hue angle of 30.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA8740 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20213564-
CMYK00.330.680.21
HSL30.87º56.56%52.16%-
HSV(B)30.87º68.32%79.22%-
XYZ33.9530.258.9-
YUV146.9481.2167.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=50.37%
G=33.67%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021356400.330.680.2130.8756.5652.16
HexCA874002144151f3934
Octal31220710004110425377164
Binary11001010100001111000000010000110001001010111111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8740; }

 p { color: rgb(202,135,64); }

 H1.HeaderClassName
 {
   color: #CA8740;
 }
 .AnyTagClassName
 {
   color: #CA8740;
 }
</style>
background-color css

<style>
 a { background-color: #CA8740; }

 a { background-color: rgb(202,135,64); }

 div.DivClassName
 {
   background-color: #CA8740;
 }
 .BgClassName
 {
   background-color: #CA8740;
 }
</style>
border-color css

<style>
 span { border-color: #CA8740; }

 span { border-color: rgb(202,135,64); }

 td.TdClassName
 {
   border-color: #CA8740;
 }
 .TagClassName
 {
   border-color: #CA8740;
 }
</style>