Html Css Color HEX #864B19 Russet

📋 copy color: '#864B19'

red 134 ◦ green 75 ◦ blue 25

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

Shades of Russet #864B19

Tints of Russet #864B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 57.26%
G = 32.05%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#864B19 (or 0x864B19) is known color: Russet. HEX triplet: 86, 4B and 19. RGB value is (134,75,25). Sum of RGB (Red+Green+Blue) = 134+75+25=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #864B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864B19 is #79B4E6. Grayscale: #575757. Windows color (decimal): -7976167 or 1657734. OLE color: 1657734.

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

Color convert

RGB 134 75 25 -
CMYK 0 0.44 0.81 0.47
HSL 27.52º 0.69% 0.31% -
HSV(B) 27.52º 0.81% 0.53% -
XYZ 12.52 10.17 2.22 -
YUV 86.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 134 75 25 0 0.44 0.81 0.47 27.52 0.69 0.31
Hex 86 4B 19 0 2C 51 2F 1C 45 1F
Octal 206 113 31 0 54 121 57 34 105 37
Binary 10000110 1001011 11001 0 101100 1010001 101111 11100 1000101 11111

Color Harmonies of #864B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864B19

Black with #864B19

Text Example


Text Example

White with #864B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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