#CB8644

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

Shades of Peru #CB8644

Tints of Peru #CB8644

Color information

#CB8644 (or 0xCB8644) is unknown color: approx Peru. HEX triplet: CB, 86 and 44. RGB value is (203,134,68). Sum of RGB (Red+Green+Blue) = 203+134+68=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8644 is #3479BB. Grayscale: #939393. Windows color (decimal): -3439036 or 4490955. OLE color: 4490955.

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

Color convert

RGB20313468-
CMYK00.340.670.20
HSL29.33º56.49%53.14%-
HSV(B)29.33º66.5%79.61%-
XYZ34.230.169.49-
YUV147.1183.36167.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.12%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 68 (26.95% from 255) = 16.79%
R=50.12%
G=33.09%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031346800.340.670.2029.3356.4953.14
HexCB864402243141d3835
Octal31320610404210324357065
Binary11001011100001101000100010001010000111010011101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8644; }

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

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

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

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

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

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

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

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