#CD8140

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

Shades of Peru #CD8140

Tints of Peru #CD8140

Color information

#CD8140 (or 0xCD8140) is unknown color: approx Peru. HEX triplet: CD, 81 and 40. RGB value is (205,129,64). Sum of RGB (Red+Green+Blue) = 205+129+64=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8140 is #327EBF. Grayscale: #909090. Windows color (decimal): -3309248 or 4227533. OLE color: 4227533.

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

Color convert

RGB20512964-
CMYK00.370.690.20
HSL27.66º58.51%52.75%-
HSV(B)27.66º68.78%80.39%-
XYZ33.9529.058.67-
YUV144.3182.68171.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=51.51%
G=32.41%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051296400.370.690.2027.6658.5152.75
HexCD814002545141c3b35
Octal31520110004510524347365
Binary11001101100000011000000010010110001011010011100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8140; }

 p { color: rgb(205,129,64); }

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

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

 a { background-color: rgb(205,129,64); }

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

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

 span { border-color: rgb(205,129,64); }

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