Html Css Color HEX #864A20 Russet

📋 copy color: '#864A20'

red 134 ◦ green 74 ◦ blue 32

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

Shades of Russet #864A20

Tints of Russet #864A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.83%

 BLUE value IS 32 (12.89% from 255) = 13.33%

R = 55.83%
G = 30.83%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#864A20 (or 0x864A20) is known color: Russet. HEX triplet: 86, 4A and 20. RGB value is (134,74,32). Sum of RGB (Red+Green+Blue) = 134+74+32=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #864A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A20 is #79B5DF. Grayscale: #575757. Windows color (decimal): -7976416 or 2116230. OLE color: 2116230.

HSL color Cylindrical-coordinate representation of color #864A20: hue angle of 24.71º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #864A20 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 74 32 -
CMYK 0 0.45 0.76 0.47
HSL 24.71º 0.61% 0.33% -
HSV(B) 24.71º 0.76% 0.53% -
XYZ 12.54 10.07 2.65 -
YUV 87.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 134 74 32 0 0.45 0.76 0.47 24.71 0.61 0.33
Hex 86 4A 20 0 2D 4C 2F 19 3D 21
Octal 206 112 40 0 55 114 57 31 75 41
Binary 10000110 1001010 100000 0 101101 1001100 101111 11001 111101 100001

Color Harmonies of #864A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864A20

Black with #864A20

Text Example


Text Example

White with #864A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,74,32); }

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

background-color css

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

 a { background-color: rgb(134,74,32); }

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

border-color css

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

 span { border-color: rgb(134,74,32); }

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