#86521E

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

Shades of Russet #86521E

Tints of Russet #86521E

Color information

#86521E (or 0x86521E) is unknown color: approx Russet. HEX triplet: 86, 52 and 1E. RGB value is (134,82,30). Sum of RGB (Red+Green+Blue) = 134+82+30=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86521E is #79ADE1. Grayscale: #5B5B5B. Windows color (decimal): -7974370 or 1987206. OLE color: 1987206.

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

Color convert

RGB1348230-
CMYK00.390.780.47
HSL30º63.41%32.16%-
HSV(B)30º77.61%52.55%-
XYZ13.0811.22.7-
YUV91.6293.23158.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=54.47%
G=33.33%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134823000.390.780.473063.4132.16
Hex86521E0274E2F1e3f20
Octal2061223604711657367740
Binary100001101010010111100100111100111010111111110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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