#CB8A42

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

Shades of Peru #CB8A42

Tints of Peru #CB8A42

Color information

#CB8A42 (or 0xCB8A42) is unknown color: approx Peru. HEX triplet: CB, 8A and 42. RGB value is (203,138,66). Sum of RGB (Red+Green+Blue) = 203+138+66=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A42 is #3475BD. Grayscale: #959595. Windows color (decimal): -3438014 or 4360907. OLE color: 4360907.

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

Color convert

RGB20313866-
CMYK00.320.670.20
HSL31.53º56.85%52.75%-
HSV(B)31.53º67.49%79.61%-
XYZ34.731.279.36-
YUV149.2381.03166.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 66 (26.17% from 255) = 16.22%
R=49.88%
G=33.91%
B=16.22%

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
Decimal2031386600.320.670.2031.5356.8552.75
HexCB8A420204314203935
Octal31321210204010324407165
Binary110010111000101010000100100000100001110100100000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8A42; }

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

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

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

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

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

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

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

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