#CD864B

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

Shades of Peru #CD864B

Tints of Peru #CD864B

Color information

#CD864B (or 0xCD864B) is unknown color: approx Peru. HEX triplet: CD, 86 and 4B. RGB value is (205,134,75). Sum of RGB (Red+Green+Blue) = 205+134+75=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD864B is #3279B4. Grayscale: #949494. Windows color (decimal): -3307957 or 4949709. OLE color: 4949709.

HSL color Cylindrical-coordinate representation of color #CD864B: hue angle of 27.23º 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 #CD864B is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB20513475-
CMYK00.350.630.20
HSL27.23º56.52%54.9%-
HSV(B)27.23º63.41%80.39%-
XYZ34.9730.5410.71-
YUV148.586.52168.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.52%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=49.52%
G=32.37%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051347500.350.630.2027.2356.5254.9
HexCD864B0233F141b3937
Octal3152061130437724337167
Binary1100110110000110100101101000111111111010011011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD864B; }

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

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

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

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

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

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

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

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