#CB8A44

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

Shades of Peru #CB8A44

Tints of Peru #CB8A44

Color information

#CB8A44 (or 0xCB8A44) is unknown color: approx Peru. HEX triplet: CB, 8A and 44. RGB value is (203,138,68). Sum of RGB (Red+Green+Blue) = 203+138+68=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A44 is #3475BB. Grayscale: #959595. Windows color (decimal): -3438012 or 4491979. OLE color: 4491979.

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

Color convert

RGB20313868-
CMYK00.320.670.20
HSL31.11º56.49%53.14%-
HSV(B)31.11º66.5%79.61%-
XYZ34.7631.299.68-
YUV149.4682.03166.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 68 (26.95% from 255) = 16.63%
R=49.63%
G=33.74%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031386800.320.670.2031.1156.4953.14
HexCB8A4402043141f3835
Octal31321210404010324377065
Binary11001011100010101000100010000010000111010011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8A44; }

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

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

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

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

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

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

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

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