Html Css Color HEX #86471B Russet

📋 copy color: '#86471B'

red 134 ◦ green 71 ◦ blue 27

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

Shades of Russet #86471B

Tints of Russet #86471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 57.76%
G = 30.6%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86471B (or 0x86471B) is known color: Russet. HEX triplet: 86, 47 and 1B. RGB value is (134,71,27). Sum of RGB (Red+Green+Blue) = 134+71+27=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86471B is #79B8E4. Grayscale: #555555. Windows color (decimal): -7977189 or 1787782. OLE color: 1787782.

HSL color Cylindrical-coordinate representation of color #86471B: hue angle of 24.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86471B is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 71 27 -
CMYK 0 0.47 0.80 0.47
HSL 24.67º 0.66% 0.32% -
HSV(B) 24.67º 0.8% 0.53% -
XYZ 12.28 9.65 2.25 -
YUV 84.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 134 71 27 0 0.47 0.80 0.47 24.67 0.66 0.32
Hex 86 47 1B 0 2F 50 2F 19 42 20
Octal 206 107 33 0 57 120 57 31 102 40
Binary 10000110 1000111 11011 0 101111 1010000 101111 11001 1000010 100000

Color Harmonies of #86471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86471B

Black with #86471B

Text Example


Text Example

White with #86471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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