Html Css Color HEX #864921 Russet

📋 copy color: '#864921'

red 134 ◦ green 73 ◦ blue 33

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

Shades of Russet #864921

Tints of Russet #864921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.75%

R = 55.83%
G = 30.42%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#864921 (or 0x864921) is known color: Russet. HEX triplet: 86, 49 and 21. RGB value is (134,73,33). Sum of RGB (Red+Green+Blue) = 134+73+33=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #864921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864921 is #79B6DE. Grayscale: #565656. Windows color (decimal): -7976671 or 2181510. OLE color: 2181510.

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

Color convert

RGB 134 73 33 -
CMYK 0 0.46 0.75 0.47
HSL 23.76º 0.6% 0.33% -
HSV(B) 23.76º 0.75% 0.53% -
XYZ 12.49 9.94 2.7 -
YUV 86.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 134 73 33 0 0.46 0.75 0.47 23.76 0.6 0.33
Hex 86 49 21 0 2E 4B 2F 18 3C 21
Octal 206 111 41 0 56 113 57 30 74 41
Binary 10000110 1001001 100001 0 101110 1001011 101111 11000 111100 100001

Color Harmonies of #864921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864921

Black with #864921

Text Example


Text Example

White with #864921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864921; }

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

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

background-color css

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

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

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

border-color css

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

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

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