#CD873F

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

Shades of Peru #CD873F

Tints of Peru #CD873F

Color information

#CD873F (or 0xCD873F) is unknown color: approx Peru. HEX triplet: CD, 87 and 3F. RGB value is (205,135,63). Sum of RGB (Red+Green+Blue) = 205+135+63=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD873F is #3278C0. Grayscale: #949494. Windows color (decimal): -3307713 or 4163533. OLE color: 4163533.

HSL color Cylindrical-coordinate representation of color #CD873F: hue angle of 30.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD873F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB20513563-
CMYK00.340.690.20
HSL30.42º58.68%52.55%-
HSV(B)30.42º69.27%80.39%-
XYZ34.7430.678.79-
YUV147.7280.19168.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 63 (25% from 255) = 15.63%
R=50.87%
G=33.50%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051356300.340.690.2030.4258.6852.55
HexCD873F02245141e3b35
Octal3152077704210524367365
Binary1100110110000111111111010001010001011010011110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD873F; }

 p { color: rgb(205,135,63); }

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

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

 a { background-color: rgb(205,135,63); }

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

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

 span { border-color: rgb(205,135,63); }

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