#CD853F

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

Shades of Peru #CD853F

Tints of Peru #CD853F

Color information

#CD853F (or 0xCD853F) is known color: Peru. HEX triplet: CD, 85 and 3F. RGB value is (205,133,63). Sum of RGB (Red+Green+Blue) = 205+133+63=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD853F is #327AC0. Grayscale: #929292. Windows color (decimal): -3308225 or 4163021. OLE color: 4163021.

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

Color convert

RGB20513363-
CMYK00.350.690.20
HSL29.58º58.68%52.55%-
HSV(B)29.58º69.27%80.39%-
XYZ34.4630.118.7-
YUV146.5580.85169.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 63 (25% from 255) = 15.71%
R=51.12%
G=33.17%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051336300.350.690.2029.5858.6852.55
HexCD853F02345141e3b35
Octal3152057704310524367365
Binary1100110110000101111111010001110001011010011110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD853F; }

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

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

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

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

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

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

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

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