#87531A

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

Shades of Russet #87531A

Tints of Russet #87531A

Color information

#87531A (or 0x87531A) is unknown color: approx Russet. HEX triplet: 87, 53 and 1A. RGB value is (135,83,26). Sum of RGB (Red+Green+Blue) = 135+83+26=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #87531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87531A is #78ACE5. Grayscale: #5C5C5C. Windows color (decimal): -7908582 or 1725319. OLE color: 1725319.

HSL color Cylindrical-coordinate representation of color #87531A: hue angle of 31.38º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87531A is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1358326-
CMYK00.390.810.47
HSL31.38º67.7%31.57%-
HSV(B)31.38º80.74%52.94%-
XYZ13.2711.412.48-
YUV92.0590.73158.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 26 (10.55% from 255) = 10.66%
R=55.33%
G=34.02%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135832600.390.810.4731.3867.731.57
Hex87531A027512F1f4420
Octal20712332047121573710440
Binary1000011110100111101001001111010001101111111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87531A; }

 p { color: rgb(135,83,26); }

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

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

 a { background-color: rgb(135,83,26); }

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

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

 span { border-color: rgb(135,83,26); }

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