#CB8848

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

Shades of Peru #CB8848

Tints of Peru #CB8848

Color information

#CB8848 (or 0xCB8848) is unknown color: approx Peru. HEX triplet: CB, 88 and 48. RGB value is (203,136,72). Sum of RGB (Red+Green+Blue) = 203+136+72=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8848 is #3477B7. Grayscale: #959595. Windows color (decimal): -3438520 or 4753611. OLE color: 4753611.

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

Color convert

RGB20313672-
CMYK00.330.650.20
HSL29.31º55.74%53.92%-
HSV(B)29.31º64.53%79.61%-
XYZ34.630.7710.25-
YUV148.7484.7166.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=49.39%
G=33.09%
B=17.52%

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
Decimal2031367200.330.650.2029.3155.7453.92
HexCB884802141141d3836
Octal31321011004110124357066
Binary11001011100010001001000010000110000011010011101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8848; }

 p { color: rgb(203,136,72); }

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

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

 a { background-color: rgb(203,136,72); }

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

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

 span { border-color: rgb(203,136,72); }

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