Html Css Color HEX #864B1F Russet

📋 copy color: '#864B1F'

red 134 ◦ green 75 ◦ blue 31

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

Shades of Russet #864B1F

Tints of Russet #864B1F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

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

R = 55.83%
G = 31.25%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#864B1F (or 0x864B1F) is known color: Russet. HEX triplet: 86, 4B and 1F. RGB value is (134,75,31). Sum of RGB (Red+Green+Blue) = 134+75+31=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #864B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B1F is #79B4E0. Grayscale: #575757. Windows color (decimal): -7976161 or 2050950. OLE color: 2050950.

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

Color convert

RGB 134 75 31 -
CMYK 0 0.44 0.77 0.47
HSL 25.63º 0.62% 0.32% -
HSV(B) 25.63º 0.77% 0.53% -
XYZ 12.59 10.2 2.6 -
YUV 87.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 134 75 31 0 0.44 0.77 0.47 25.63 0.62 0.32
Hex 86 4B 1F 0 2C 4D 2F 1A 3E 20
Octal 206 113 37 0 54 115 57 32 76 40
Binary 10000110 1001011 11111 0 101100 1001101 101111 11010 111110 100000

Color Harmonies of #864B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864B1F

Black with #864B1F

Text Example


Text Example

White with #864B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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