#CD894B

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

Shades of Peru #CD894B

Tints of Peru #CD894B

Color information

#CD894B (or 0xCD894B) is unknown color: approx Peru. HEX triplet: CD, 89 and 4B. RGB value is (205,137,75). Sum of RGB (Red+Green+Blue) = 205+137+75=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD894B is #3276B4. Grayscale: #969696. Windows color (decimal): -3307189 or 4950477. OLE color: 4950477.

HSL color Cylindrical-coordinate representation of color #CD894B: hue angle of 28.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD894B is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB20513775-
CMYK00.330.630.20
HSL28.62º56.52%54.9%-
HSV(B)28.62º63.41%80.39%-
XYZ35.3931.3810.85-
YUV150.2685.53167.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=49.16%
G=32.85%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051377500.330.630.2028.6256.5254.9
HexCD894B0213F141d3937
Octal3152111130417724357167
Binary1100110110001001100101101000011111111010011101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD894B; }

 p { color: rgb(205,137,75); }

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

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

 a { background-color: rgb(205,137,75); }

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

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

 span { border-color: rgb(205,137,75); }

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