Html Css Color HEX #86471F Russet

📋 copy color: '#86471F'

red 134 ◦ green 71 ◦ blue 31

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

Shades of Russet #86471F

Tints of Russet #86471F

RGB

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

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

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

R = 56.78%
G = 30.08%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86471F (or 0x86471F) is known color: Russet. HEX triplet: 86, 47 and 1F. RGB value is (134,71,31). Sum of RGB (Red+Green+Blue) = 134+71+31=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #86471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86471F is #79B8E0. Grayscale: #555555. Windows color (decimal): -7977185 or 2049926. OLE color: 2049926.

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

Color convert

RGB 134 71 31 -
CMYK 0 0.47 0.77 0.47
HSL 23.3º 0.62% 0.32% -
HSV(B) 23.3º 0.77% 0.53% -
XYZ 12.33 9.67 2.51 -
YUV 85.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 134 71 31 0 0.47 0.77 0.47 23.3 0.62 0.32
Hex 86 47 1F 0 2F 4D 2F 17 3E 20
Octal 206 107 37 0 57 115 57 27 76 40
Binary 10000110 1000111 11111 0 101111 1001101 101111 10111 111110 100000

Color Harmonies of #86471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86471F

Black with #86471F

Text Example


Text Example

White with #86471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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