#CB873C

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

Shades of Peru #CB873C

Tints of Peru #CB873C

Color information

#CB873C (or 0xCB873C) is unknown color: approx Peru. HEX triplet: CB, 87 and 3C. RGB value is (203,135,60). Sum of RGB (Red+Green+Blue) = 203+135+60=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB873C is #3478C3. Grayscale: #939393. Windows color (decimal): -3438788 or 3966923. OLE color: 3966923.

HSL color Cylindrical-coordinate representation of color #CB873C: hue angle of 31.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB873C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20313560-
CMYK00.330.700.20
HSL31.47º57.89%51.57%-
HSV(B)31.47º70.44%79.61%-
XYZ34.1130.358.34-
YUV146.7879.03168.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.01%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 60 (23.83% from 255) = 15.08%
R=51.01%
G=33.92%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031356000.330.700.2031.4757.8951.57
HexCB873C02146141f3a34
Octal3132077404110624377264
Binary1100101110000111111100010000110001101010011111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB873C; }

 p { color: rgb(203,135,60); }

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

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

 a { background-color: rgb(203,135,60); }

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

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

 span { border-color: rgb(203,135,60); }

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