#CB8A4B

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

Shades of Peru #CB8A4B

Tints of Peru #CB8A4B

Color information

#CB8A4B (or 0xCB8A4B) is unknown color: approx Peru. HEX triplet: CB, 8A and 4B. RGB value is (203,138,75). Sum of RGB (Red+Green+Blue) = 203+138+75=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A4B is #3475B4. Grayscale: #969696. Windows color (decimal): -3438005 or 4950731. OLE color: 4950731.

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

Color convert

RGB20313875-
CMYK00.320.630.20
HSL29.53º55.17%54.51%-
HSV(B)29.53º63.05%79.61%-
XYZ34.9931.3810.87-
YUV150.2585.53165.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 75 (29.69% from 255) = 18.03%
R=48.80%
G=33.17%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031387500.320.630.2029.5355.1754.51
HexCB8A4B0203F141e3737
Octal3132121130407724366767
Binary1100101110001010100101101000001111111010011110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8A4B; }

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

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

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

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

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

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

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

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