Html Css Color HEX #864919 Russet

📋 copy color: '#864919'

red 134 ◦ green 73 ◦ blue 25

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

Shades of Russet #864919

Tints of Russet #864919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

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

R = 57.76%
G = 31.47%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#864919 (or 0x864919) is known color: Russet. HEX triplet: 86, 49 and 19. RGB value is (134,73,25). Sum of RGB (Red+Green+Blue) = 134+73+25=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #864919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864919 is #79B6E6. Grayscale: #565656. Windows color (decimal): -7976679 or 1657222. OLE color: 1657222.

HSL color Cylindrical-coordinate representation of color #864919: hue angle of 26.42º 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 #864919 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 73 25 -
CMYK 0 0.46 0.81 0.47
HSL 26.42º 0.69% 0.31% -
HSV(B) 26.42º 0.81% 0.53% -
XYZ 12.39 9.9 2.18 -
YUV 85.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 134 73 25 0 0.46 0.81 0.47 26.42 0.69 0.31
Hex 86 49 19 0 2E 51 2F 1A 45 1F
Octal 206 111 31 0 56 121 57 32 105 37
Binary 10000110 1001001 11001 0 101110 1010001 101111 11010 1000101 11111

Color Harmonies of #864919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864919

Black with #864919

Text Example


Text Example

White with #864919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864919; }

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

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

background-color css

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

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

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

border-color css

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

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

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