#CB8A4D

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

Shades of Peru #CB8A4D

Tints of Peru #CB8A4D

Color information

#CB8A4D (or 0xCB8A4D) is unknown color: approx Peru. HEX triplet: CB, 8A and 4D. RGB value is (203,138,77). Sum of RGB (Red+Green+Blue) = 203+138+77=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A4D is #3475B2. Grayscale: #969696. Windows color (decimal): -3438003 or 5081803. OLE color: 5081803.

HSL color Cylindrical-coordinate representation of color #CB8A4D: hue angle of 29.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB8A4D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB20313877-
CMYK00.320.620.20
HSL29.05º54.78%54.9%-
HSV(B)29.05º62.07%79.61%-
XYZ35.0631.4111.24-
YUV150.4886.53165.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 77 (30.47% from 255) = 18.42%
R=48.56%
G=33.01%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031387700.320.620.2029.0554.7854.9
HexCB8A4D0203E141d3737
Octal3132121150407624356767
Binary1100101110001010100110101000001111101010011101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8A4D; }

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

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

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

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

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

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

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

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