#87421B

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

Shades of Russet #87421B

Tints of Russet #87421B

Color information

#87421B (or 0x87421B) is unknown color: approx Russet. HEX triplet: 87, 42 and 1B. RGB value is (135,66,27). Sum of RGB (Red+Green+Blue) = 135+66+27=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #87421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87421B is #78BDE4. Grayscale: #525252. Windows color (decimal): -7912933 or 1786503. OLE color: 1786503.

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

Color convert

RGB1356627-
CMYK00.510.80.47
HSL21.67º66.67%31.76%-
HSV(B)21.67º80%52.94%-
XYZ12.149.132.16-
YUV82.1896.86165.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 27 (10.94% from 255) = 11.84%
R=59.21%
G=28.95%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135662700.510.80.4721.6766.6731.76
Hex87421B033502F164320
Octal20710233063120572610340
Binary1000011110000101101101100111010000101111101101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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