#CB8347

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

Shades of Peru #CB8347

Tints of Peru #CB8347

Color information

#CB8347 (or 0xCB8347) is unknown color: approx Peru. HEX triplet: CB, 83 and 47. RGB value is (203,131,71). Sum of RGB (Red+Green+Blue) = 203+131+71=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8347 is #347CB8. Grayscale: #929292. Windows color (decimal): -3439801 or 4686795. OLE color: 4686795.

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

Color convert

RGB20313171-
CMYK00.350.650.20
HSL27.27º55.93%53.73%-
HSV(B)27.27º65.02%79.61%-
XYZ33.8829.389.85-
YUV145.6985.85168.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.12%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 71 (28.12% from 255) = 17.53%
R=50.12%
G=32.35%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031317100.350.650.2027.2755.9353.73
HexCB834702341141b3836
Octal31320310704310124337066
Binary11001011100000111000111010001110000011010011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8347; }

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

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

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

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

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

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

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

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