#CD8B4E

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

Shades of Peru #CD8B4E

Tints of Peru #CD8B4E

Color information

#CD8B4E (or 0xCD8B4E) is unknown color: approx Peru. HEX triplet: CD, 8B and 4E. RGB value is (205,139,78). Sum of RGB (Red+Green+Blue) = 205+139+78=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8B4E is #3274B1. Grayscale: #989898. Windows color (decimal): -3306674 or 5147597. OLE color: 5147597.

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

Color convert

RGB20513978-
CMYK00.320.620.20
HSL28.82º55.95%55.49%-
HSV(B)28.82º61.95%80.39%-
XYZ35.7831.9911.5-
YUV151.7886.37165.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 78 (30.86% from 255) = 18.48%
R=48.58%
G=32.94%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051397800.320.620.2028.8255.9555.49
HexCD8B4E0203E141d3837
Octal3152131160407624357067
Binary1100110110001011100111001000001111101010011101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8B4E; }

 p { color: rgb(205,139,78); }

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

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

 a { background-color: rgb(205,139,78); }

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

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

 span { border-color: rgb(205,139,78); }

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