Html Css Color HEX #86491F Russet

📋 copy color: '#86491F'

red 134 ◦ green 73 ◦ blue 31

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

Shades of Russet #86491F

Tints of Russet #86491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 56.3%
G = 30.67%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86491F (or 0x86491F) is known color: Russet. HEX triplet: 86, 49 and 1F. RGB value is (134,73,31). Sum of RGB (Red+Green+Blue) = 134+73+31=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #86491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86491F is #79B6E0. Grayscale: #565656. Windows color (decimal): -7976673 or 2050438. OLE color: 2050438.

HSL color Cylindrical-coordinate representation of color #86491F: hue angle of 24.47º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86491F is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 73 31 -
CMYK 0 0.46 0.77 0.47
HSL 24.47º 0.62% 0.32% -
HSV(B) 24.47º 0.77% 0.53% -
XYZ 12.46 9.93 2.56 -
YUV 86.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 134 73 31 0 0.46 0.77 0.47 24.47 0.62 0.32
Hex 86 49 1F 0 2E 4D 2F 18 3E 20
Octal 206 111 37 0 56 115 57 30 76 40
Binary 10000110 1001001 11111 0 101110 1001101 101111 11000 111110 100000

Color Harmonies of #86491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86491F

Black with #86491F

Text Example


Text Example

White with #86491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86491F; }

 p { color: rgb(134,73,31); }

 H1.HeaderClassName
 {
   color: #86491F;
 }
 .AnyTagClassName
 {
   color: #86491F;
 }
</style>

background-color css

<style>
 a { background-color: #86491F; }

 a { background-color: rgb(134,73,31); }

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

border-color css

<style>
 span { border-color: #86491F; }

 span { border-color: rgb(134,73,31); }

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