#CB8944

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

Shades of Peru #CB8944

Tints of Peru #CB8944

Color information

#CB8944 (or 0xCB8944) is unknown color: approx Peru. HEX triplet: CB, 89 and 44. RGB value is (203,137,68). Sum of RGB (Red+Green+Blue) = 203+137+68=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8944 is #3476BB. Grayscale: #959595. Windows color (decimal): -3438268 or 4491723. OLE color: 4491723.

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

Color convert

RGB20313768-
CMYK00.330.670.20
HSL30.67º56.49%53.14%-
HSV(B)30.67º66.5%79.61%-
XYZ34.6231.019.63-
YUV148.8782.37166.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 68 (26.95% from 255) = 16.67%
R=49.75%
G=33.58%
B=16.67%

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
Decimal2031376800.330.670.2030.6756.4953.14
HexCB894402143141f3835
Octal31321110404110324377065
Binary11001011100010011000100010000110000111010011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8944; }

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

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

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

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

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

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

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

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