#CB8947

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

Shades of Peru #CB8947

Tints of Peru #CB8947

Color information

#CB8947 (or 0xCB8947) is unknown color: approx Peru. HEX triplet: CB, 89 and 47. RGB value is (203,137,71). Sum of RGB (Red+Green+Blue) = 203+137+71=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8947 is #3476B8. Grayscale: #959595. Windows color (decimal): -3438265 or 4688331. OLE color: 4688331.

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

Color convert

RGB20313771-
CMYK00.330.650.20
HSL30º55.93%53.73%-
HSV(B)30º65.02%79.61%-
XYZ34.7131.0410.12-
YUV149.2183.87166.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 17.27%
R=49.39%
G=33.33%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031377100.330.650.203055.9353.73
HexCB894702141141e3836
Octal31321110704110124367066
Binary11001011100010011000111010000110000011010011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8947; }

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

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

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

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

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

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

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

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