Html Css Color HEX #864E1F Russet

📋 copy color: '#864E1F'

red 134 ◦ green 78 ◦ blue 31

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

Shades of Russet #864E1F

Tints of Russet #864E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.1%

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

R = 55.14%
G = 32.1%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#864E1F (or 0x864E1F) is known color: Russet. HEX triplet: 86, 4E and 1F. RGB value is (134,78,31). Sum of RGB (Red+Green+Blue) = 134+78+31=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #864E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E1F is #79B1E0. Grayscale: #595959. Windows color (decimal): -7975393 or 2051718. OLE color: 2051718.

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

Color convert

RGB 134 78 31 -
CMYK 0 0.42 0.77 0.47
HSL 27.38º 0.62% 0.32% -
HSV(B) 27.38º 0.77% 0.53% -
XYZ 12.8 10.62 2.67 -
YUV 89.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 134 78 31 0 0.42 0.77 0.47 27.38 0.62 0.32
Hex 86 4E 1F 0 2A 4D 2F 1B 3E 20
Octal 206 116 37 0 52 115 57 33 76 40
Binary 10000110 1001110 11111 0 101010 1001101 101111 11011 111110 100000

Color Harmonies of #864E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864E1F

Black with #864E1F

Text Example


Text Example

White with #864E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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