Html Css Color HEX #864A17 Russet

📋 copy color: '#864A17'

red 134 ◦ green 74 ◦ blue 23

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

Shades of Russet #864A17

Tints of Russet #864A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.03%

 BLUE value IS 23 (9.38% from 255) = 9.96%

R = 58.01%
G = 32.03%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#864A17 (or 0x864A17) is known color: Russet. HEX triplet: 86, 4A and 17. RGB value is (134,74,23). Sum of RGB (Red+Green+Blue) = 134+74+23=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #864A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864A17 is #79B5E8. Grayscale: #565656. Windows color (decimal): -7976425 or 1526406. OLE color: 1526406.

HSL color Cylindrical-coordinate representation of color #864A17: hue angle of 27.57º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #864A17 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 74 23 -
CMYK 0 0.45 0.83 0.47
HSL 27.57º 0.71% 0.31% -
HSV(B) 27.57º 0.83% 0.53% -
XYZ 12.43 10.03 2.09 -
YUV 86.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 134 74 23 0 0.45 0.83 0.47 27.57 0.71 0.31
Hex 86 4A 17 0 2D 53 2F 1C 47 1F
Octal 206 112 27 0 55 123 57 34 107 37
Binary 10000110 1001010 10111 0 101101 1010011 101111 11100 1000111 11111

Color Harmonies of #864A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864A17

Black with #864A17

Text Example


Text Example

White with #864A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864A17; }

 p { color: rgb(134,74,23); }

 H1.HeaderClassName
 {
   color: #864A17;
 }
 .AnyTagClassName
 {
   color: #864A17;
 }
</style>

background-color css

<style>
 a { background-color: #864A17; }

 a { background-color: rgb(134,74,23); }

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

border-color css

<style>
 span { border-color: #864A17; }

 span { border-color: rgb(134,74,23); }

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