Html Css Color HEX #864818 Russet

📋 copy color: '#864818'

red 134 ◦ green 72 ◦ blue 24

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

Shades of Russet #864818

Tints of Russet #864818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 58.26%
G = 31.3%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#864818 (or 0x864818) is known color: Russet. HEX triplet: 86, 48 and 18. RGB value is (134,72,24). Sum of RGB (Red+Green+Blue) = 134+72+24=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #864818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864818 is #79B7E7. Grayscale: #555555. Windows color (decimal): -7976936 or 1591430. OLE color: 1591430.

HSL color Cylindrical-coordinate representation of color #864818: hue angle of 26.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #864818 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 72 24 -
CMYK 0 0.46 0.82 0.47
HSL 26.18º 0.7% 0.31% -
HSV(B) 26.18º 0.82% 0.53% -
XYZ 12.31 9.77 2.1 -
YUV 85.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 134 72 24 0 0.46 0.82 0.47 26.18 0.7 0.31
Hex 86 48 18 0 2E 52 2F 1A 46 1F
Octal 206 110 30 0 56 122 57 32 106 37
Binary 10000110 1001000 11000 0 101110 1010010 101111 11010 1000110 11111

Color Harmonies of #864818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864818

Black with #864818

Text Example


Text Example

White with #864818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864818; }

 p { color: rgb(134,72,24); }

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

background-color css

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

 a { background-color: rgb(134,72,24); }

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

border-color css

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

 span { border-color: rgb(134,72,24); }

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