#CB8447

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

Shades of Peru #CB8447

Tints of Peru #CB8447

Color information

#CB8447 (or 0xCB8447) is unknown color: approx Peru. HEX triplet: CB, 84 and 47. RGB value is (203,132,71). Sum of RGB (Red+Green+Blue) = 203+132+71=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8447 is #347BB8. Grayscale: #929292. Windows color (decimal): -3439545 or 4687051. OLE color: 4687051.

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

Color convert

RGB20313271-
CMYK00.350.650.20
HSL27.73º55.93%53.73%-
HSV(B)27.73º65.02%79.61%-
XYZ34.0229.659.89-
YUV146.2785.52168.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 71 (28.12% from 255) = 17.49%
R=50%
G=32.51%
B=17.49%

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
Decimal2031327100.350.650.2027.7355.9353.73
HexCB844702341141c3836
Octal31320410704310124347066
Binary11001011100001001000111010001110000011010011100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8447; }

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

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

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

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

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

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

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

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