#86481E

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

Shades of Russet #86481E

Tints of Russet #86481E

Color information

#86481E (or 0x86481E) is unknown color: approx Russet. HEX triplet: 86, 48 and 1E. RGB value is (134,72,30). Sum of RGB (Red+Green+Blue) = 134+72+30=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #86481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86481E is #79B7E1. Grayscale: #555555. Windows color (decimal): -7976930 or 1984646. OLE color: 1984646.

HSL color Cylindrical-coordinate representation of color #86481E: hue angle of 24.23º 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 #86481E is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1347230-
CMYK00.460.780.47
HSL24.23º63.41%32.16%-
HSV(B)24.23º77.61%52.55%-
XYZ12.389.82.47-
YUV85.7596.54162.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 30 (12.11% from 255) = 12.71%
R=56.78%
G=30.51%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134723000.460.780.4724.2363.4132.16
Hex86481E02E4E2F183f20
Octal2061103605611657307740
Binary100001101001000111100101110100111010111111000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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