#CC873B

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

Shades of Peru #CC873B

Tints of Peru #CC873B

Color information

#CC873B (or 0xCC873B) is unknown color: approx Peru. HEX triplet: CC, 87 and 3B. RGB value is (204,135,59). Sum of RGB (Red+Green+Blue) = 204+135+59=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC873B is #3378C4. Grayscale: #939393. Windows color (decimal): -3373253 or 3901388. OLE color: 3901388.

HSL color Cylindrical-coordinate representation of color #CC873B: hue angle of 31.45º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC873B is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB20413559-
CMYK00.340.710.2
HSL31.45º58.7%51.57%-
HSV(B)31.45º71.08%80%-
XYZ34.3630.488.21-
YUV146.9778.36168.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 59 (23.44% from 255) = 14.82%
R=51.26%
G=33.92%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041355900.340.710.231.4558.751.57
HexCC873B02247141f3b34
Octal3142077304210724377364
Binary1100110010000111111011010001010001111010011111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC873B; }

 p { color: rgb(204,135,59); }

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

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

 a { background-color: rgb(204,135,59); }

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

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

 span { border-color: rgb(204,135,59); }

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