#87421C

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

Shades of Russet #87421C

Tints of Russet #87421C

Color information

#87421C (or 0x87421C) is unknown color: approx Russet. HEX triplet: 87, 42 and 1C. RGB value is (135,66,28). Sum of RGB (Red+Green+Blue) = 135+66+28=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87421C is #78BDE3. Grayscale: #525252. Windows color (decimal): -7912932 or 1852039. OLE color: 1852039.

HSL color Cylindrical-coordinate representation of color #87421C: hue angle of 21.31º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87421C is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1356628-
CMYK00.510.790.47
HSL21.31º65.64%31.96%-
HSV(B)21.31º79.26%52.94%-
XYZ12.159.132.22-
YUV82.397.36165.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 28 (11.33% from 255) = 12.23%
R=58.95%
G=28.82%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135662800.510.790.4721.3165.6431.96
Hex87421C0334F2F154220
Octal20710234063117572510240
Binary1000011110000101110001100111001111101111101011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87421C; }

 p { color: rgb(135,66,28); }

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

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

 a { background-color: rgb(135,66,28); }

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

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

 span { border-color: rgb(135,66,28); }

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