Html Css Color HEX #864A1F Russet

📋 copy color: '#864A1F'

red 134 ◦ green 74 ◦ blue 31

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

Shades of Russet #864A1F

Tints of Russet #864A1F

RGB

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

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

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

R = 56.07%
G = 30.96%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#864A1F (or 0x864A1F) is known color: Russet. HEX triplet: 86, 4A and 1F. RGB value is (134,74,31). Sum of RGB (Red+Green+Blue) = 134+74+31=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #864A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A1F is #79B5E0. Grayscale: #575757. Windows color (decimal): -7976417 or 2050694. OLE color: 2050694.

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

Color convert

RGB 134 74 31 -
CMYK 0 0.45 0.77 0.47
HSL 25.05º 0.62% 0.32% -
HSV(B) 25.05º 0.77% 0.53% -
XYZ 12.53 10.06 2.58 -
YUV 87.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 134 74 31 0 0.45 0.77 0.47 25.05 0.62 0.32
Hex 86 4A 1F 0 2D 4D 2F 19 3E 20
Octal 206 112 37 0 55 115 57 31 76 40
Binary 10000110 1001010 11111 0 101101 1001101 101111 11001 111110 100000

Color Harmonies of #864A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864A1F

Black with #864A1F

Text Example


Text Example

White with #864A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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