#CB8839

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

Shades of Peru #CB8839

Tints of Peru #CB8839

Color information

#CB8839 (or 0xCB8839) is unknown color: approx Peru. HEX triplet: CB, 88 and 39. RGB value is (203,136,57). Sum of RGB (Red+Green+Blue) = 203+136+57=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8839 is #3477C6. Grayscale: #939393. Windows color (decimal): -3438535 or 3770571. OLE color: 3770571.

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

Color convert

RGB20313657-
CMYK00.330.720.20
HSL32.47º58.4%50.98%-
HSV(B)32.47º71.92%79.61%-
XYZ34.1730.67.98-
YUV147.0377.2167.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 57 (22.66% from 255) = 14.39%
R=51.26%
G=34.34%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031365700.330.720.2032.4758.450.98
HexCB88390214814203a33
Octal3132107104111024407263
Binary11001011100010001110010100001100100010100100000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8839; }

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

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

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

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

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

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

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

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