#87521A

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

Shades of Russet #87521A

Tints of Russet #87521A

Color information

#87521A (or 0x87521A) is unknown color: approx Russet. HEX triplet: 87, 52 and 1A. RGB value is (135,82,26). Sum of RGB (Red+Green+Blue) = 135+82+26=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #87521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87521A is #78ADE5. Grayscale: #5B5B5B. Windows color (decimal): -7908838 or 1725063. OLE color: 1725063.

HSL color Cylindrical-coordinate representation of color #87521A: hue angle of 30.83º 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 #87521A is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1358226-
CMYK00.390.810.47
HSL30.83º67.7%31.57%-
HSV(B)30.83º80.74%52.94%-
XYZ13.211.262.46-
YUV91.4691.06159.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=55.56%
G=33.74%
B=10.70%

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
Decimal135822600.390.810.4730.8367.731.57
Hex87521A027512F1f4420
Octal20712232047121573710440
Binary1000011110100101101001001111010001101111111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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