#CB854B

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

Shades of Peru #CB854B

Tints of Peru #CB854B

Color information

#CB854B (or 0xCB854B) is unknown color: approx Peru. HEX triplet: CB, 85 and 4B. RGB value is (203,133,75). Sum of RGB (Red+Green+Blue) = 203+133+75=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB854B is #347AB4. Grayscale: #939393. Windows color (decimal): -3439285 or 4949451. OLE color: 4949451.

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

Color convert

RGB20313375-
CMYK00.340.630.20
HSL27.19º55.17%54.51%-
HSV(B)27.19º63.05%79.61%-
XYZ34.2929.9810.64-
YUV147.3287.19167.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=49.39%
G=32.36%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031337500.340.630.2027.1955.1754.51
HexCB854B0223F141b3737
Octal3132051130427724336767
Binary1100101110000101100101101000101111111010011011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB854B; }

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

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

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

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

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

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

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

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