Html Css Color HEX #864719 Russet

📋 copy color: '#864719'

red 134 ◦ green 71 ◦ blue 25

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

Shades of Russet #864719

Tints of Russet #864719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.87%

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

R = 58.26%
G = 30.87%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#864719 (or 0x864719) is known color: Russet. HEX triplet: 86, 47 and 19. RGB value is (134,71,25). Sum of RGB (Red+Green+Blue) = 134+71+25=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #864719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864719 is #79B8E6. Grayscale: #545454. Windows color (decimal): -7977191 or 1656710. OLE color: 1656710.

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

Color convert

RGB 134 71 25 -
CMYK 0 0.47 0.81 0.47
HSL 25.32º 0.69% 0.31% -
HSV(B) 25.32º 0.81% 0.53% -
XYZ 12.26 9.64 2.14 -
YUV 84.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 134 71 25 0 0.47 0.81 0.47 25.32 0.69 0.31
Hex 86 47 19 0 2F 51 2F 19 45 1F
Octal 206 107 31 0 57 121 57 31 105 37
Binary 10000110 1000111 11001 0 101111 1010001 101111 11001 1000101 11111

Color Harmonies of #864719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864719

Black with #864719

Text Example


Text Example

White with #864719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864719; }

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

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

background-color css

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

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

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

border-color css

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

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

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