#ca8541

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

Shades of Peru #CA8541

Tints of Peru #CA8541

Color information

#CA8541 (or 0xCA8541) is unknown color: approx Peru. HEX triplet: CA, 85 and 41. RGB value is (202,133,65). Sum of RGB (Red+Green+Blue) = 202+133+65=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8541 is #357ABE. Grayscale: #929292. Windows color (decimal): -3504831 or 4294090. OLE color: 4294090.

HSL color Cylindrical-coordinate representation of color #CA8541: hue angle of 29.78º degrees, saturation: 0.56, 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 #CA8541 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20213365-
CMYK00.340.680.21
HSL29.78º56.38%52.35%-
HSV(B)29.78º67.82%79.22%-
XYZ33.729.718.96-
YUV145.8882.36168.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 65 (25.78% from 255) = 16.25%
R=50.5%
G=33.25%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021336500.340.680.2129.7856.3852.35
HexCA854102244151e3834
Octal31220510104210425367064
Binary11001010100001011000001010001010001001010111110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca8541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca8541; }

 p { color: rgb(202,133,65); }

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

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

 a { background-color: rgb(202,133,65); }

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

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

 span { border-color: rgb(202,133,65); }

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