#CB8844

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

Shades of Peru #CB8844

Tints of Peru #CB8844

Color information

#CB8844 (or 0xCB8844) is unknown color: approx Peru. HEX triplet: CB, 88 and 44. RGB value is (203,136,68). Sum of RGB (Red+Green+Blue) = 203+136+68=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8844 is #3477BB. Grayscale: #949494. Windows color (decimal): -3438524 or 4491467. OLE color: 4491467.

HSL color Cylindrical-coordinate representation of color #CB8844: hue angle of 30.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB8844 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB20313668-
CMYK00.330.670.20
HSL30.22º56.49%53.14%-
HSV(B)30.22º66.5%79.61%-
XYZ34.4830.729.58-
YUV148.2882.7167.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 68 (26.95% from 255) = 16.71%
R=49.88%
G=33.42%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031366800.330.670.2030.2256.4953.14
HexCB884402143141e3835
Octal31321010404110324367065
Binary11001011100010001000100010000110000111010011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8844; }

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

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

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

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

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

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

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

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