Html Css Color HEX #864824 Russet

📋 copy color: '#864824'

red 134 ◦ green 72 ◦ blue 36

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

Shades of Russet #864824

Tints of Russet #864824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 55.37%
G = 29.75%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#864824 (or 0x864824) is known color: Russet. HEX triplet: 86, 48 and 24. RGB value is (134,72,36). Sum of RGB (Red+Green+Blue) = 134+72+36=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #864824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864824 is #79B7DB. Grayscale: #565656. Windows color (decimal): -7976924 or 2377862. OLE color: 2377862.

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

Color convert

RGB 134 72 36 -
CMYK 0 0.46 0.73 0.47
HSL 22.04º 0.58% 0.33% -
HSV(B) 22.04º 0.73% 0.53% -
XYZ 12.47 9.83 2.91 -
YUV 86.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 134 72 36 0 0.46 0.73 0.47 22.04 0.58 0.33
Hex 86 48 24 0 2E 49 2F 16 3A 21
Octal 206 110 44 0 56 111 57 26 72 41
Binary 10000110 1001000 100100 0 101110 1001001 101111 10110 111010 100001

Color Harmonies of #864824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864824

Black with #864824

Text Example


Text Example

White with #864824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864824; }

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

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

background-color css

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

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

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

border-color css

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

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

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