Html Css Color HEX #86471E Russet

📋 copy color: '#86471E'

red 134 ◦ green 71 ◦ blue 30

#86471E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russet #86471E

Tints of Russet #86471E

RGB

 RED value IS 134 (52.73% from 255) = 57.02%

 GREEN value IS 71 (28.13% from 255) = 30.21%

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 57.02%
G = 30.21%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86471E (or 0x86471E) is known color: Russet. HEX triplet: 86, 47 and 1E. RGB value is (134,71,30). Sum of RGB (Red+Green+Blue) = 134+71+30=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86471E is #79B8E1. Grayscale: #555555. Windows color (decimal): -7977186 or 1984390. OLE color: 1984390.

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

Color convert

RGB 134 71 30 -
CMYK 0 0.47 0.78 0.47
HSL 23.65º 0.63% 0.32% -
HSV(B) 23.65º 0.78% 0.53% -
XYZ 12.32 9.67 2.45 -
YUV 85.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 134 71 30 0 0.47 0.78 0.47 23.65 0.63 0.32
Hex 86 47 1E 0 2F 4E 2F 18 3F 20
Octal 206 107 36 0 57 116 57 30 77 40
Binary 10000110 1000111 11110 0 101111 1001110 101111 11000 111111 100000

Color Harmonies of #86471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86471E

Black with #86471E

Text Example


Text Example

White with #86471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86471E;
 }
 .AnyTagClassName
 {
   color: #86471E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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