#86521A

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

Shades of Russet #86521A

Tints of Russet #86521A

Color information

#86521A (or 0x86521A) is unknown color: approx Russet. HEX triplet: 86, 52 and 1A. RGB value is (134,82,26). Sum of RGB (Red+Green+Blue) = 134+82+26=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #86521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86521A is #79ADE5. Grayscale: #5B5B5B. Windows color (decimal): -7974374 or 1725062. OLE color: 1725062.

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

Color convert

RGB1348226-
CMYK00.390.810.47
HSL31.11º67.5%31.37%-
HSV(B)31.11º80.6%52.55%-
XYZ13.0411.182.45-
YUV91.1691.23158.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=55.37%
G=33.88%
B=10.74%

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
Decimal134822600.390.810.4731.1167.531.37
Hex86521A027512F1f441f
Octal20612232047121573710437
Binary100001101010010110100100111101000110111111111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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