#CB8948

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

Shades of Peru #CB8948

Tints of Peru #CB8948

Color information

#CB8948 (or 0xCB8948) is unknown color: approx Peru. HEX triplet: CB, 89 and 48. RGB value is (203,137,72). Sum of RGB (Red+Green+Blue) = 203+137+72=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8948 is #3476B7. Grayscale: #959595. Windows color (decimal): -3438264 or 4753867. OLE color: 4753867.

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

Color convert

RGB20313772-
CMYK00.330.650.20
HSL29.77º55.74%53.92%-
HSV(B)29.77º64.53%79.61%-
XYZ34.7431.0610.29-
YUV149.3284.37166.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 72 (28.52% from 255) = 17.48%
R=49.27%
G=33.25%
B=17.48%

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
Decimal2031377200.330.650.2029.7755.7453.92
HexCB894802141141e3836
Octal31321111004110124367066
Binary11001011100010011001000010000110000011010011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8948; }

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

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

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

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

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

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

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

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