#CD8347

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

Shades of Peru #CD8347

Tints of Peru #CD8347

Color information

#CD8347 (or 0xCD8347) is unknown color: approx Peru. HEX triplet: CD, 83 and 47. RGB value is (205,131,71). Sum of RGB (Red+Green+Blue) = 205+131+71=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8347 is #327CB8. Grayscale: #929292. Windows color (decimal): -3308729 or 4686797. OLE color: 4686797.

HSL color Cylindrical-coordinate representation of color #CD8347: hue angle of 26.87º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD8347 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20513171-
CMYK00.360.650.20
HSL26.87º57.26%54.12%-
HSV(B)26.87º65.37%80.39%-
XYZ34.4329.679.87-
YUV146.2985.52169.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.37%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=50.37%
G=32.19%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051317100.360.650.2026.8757.2654.12
HexCD834702441141b3936
Octal31520310704410124337166
Binary11001101100000111000111010010010000011010011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8347; }

 p { color: rgb(205,131,71); }

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

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

 a { background-color: rgb(205,131,71); }

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

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

 span { border-color: rgb(205,131,71); }

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