Html Css Color HEX #86471C Russet

📋 copy color: '#86471C'

red 134 ◦ green 71 ◦ blue 28

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

Shades of Russet #86471C

Tints of Russet #86471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 57.51%
G = 30.47%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86471C (or 0x86471C) is known color: Russet. HEX triplet: 86, 47 and 1C. RGB value is (134,71,28). Sum of RGB (Red+Green+Blue) = 134+71+28=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86471C is #79B8E3. Grayscale: #555555. Windows color (decimal): -7977188 or 1853318. OLE color: 1853318.

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

Color convert

RGB 134 71 28 -
CMYK 0 0.47 0.79 0.47
HSL 24.34º 0.65% 0.32% -
HSV(B) 24.34º 0.79% 0.53% -
XYZ 12.29 9.66 2.31 -
YUV 84.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 134 71 28 0 0.47 0.79 0.47 24.34 0.65 0.32
Hex 86 47 1C 0 2F 4F 2F 18 41 20
Octal 206 107 34 0 57 117 57 30 101 40
Binary 10000110 1000111 11100 0 101111 1001111 101111 11000 1000001 100000

Color Harmonies of #86471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86471C

Black with #86471C

Text Example


Text Example

White with #86471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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