Html Css Color HEX #804914 Russet

📋 copy color: '#804914'

red 128 ◦ green 73 ◦ blue 20

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

Shades of Russet #804914

Tints of Russet #804914

RGB

 RED value IS 128 (50.39% from 255) = 57.92%

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

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 57.92%
G = 33.03%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#804914 (or 0x804914) is known color: Russet. HEX triplet: 80, 49 and 14. RGB value is (128,73,20). Sum of RGB (Red+Green+Blue) = 128+73+20=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #804914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804914 is #7FB6EB. Grayscale: #535353. Windows color (decimal): -8369900 or 1329536. OLE color: 1329536.

HSL color Cylindrical-coordinate representation of color #804914: hue angle of 29.44º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #804914 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 20 -
CMYK 0 0.43 0.84 0.50
HSL 29.44º 0.73% 0.29% -
HSV(B) 29.44º 0.84% 0.5% -
XYZ 11.41 9.4 1.88 -
YUV 83.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 128 73 20 0 0.43 0.84 0.50 29.44 0.73 0.29
Hex 80 49 14 0 2B 54 32 1D 49 1D
Octal 200 111 24 0 53 124 62 35 111 35
Binary 10000000 1001001 10100 0 101011 1010100 110010 11101 1001001 11101

Color Harmonies of #804914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804914

Black with #804914

Text Example


Text Example

White with #804914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804914; }

 p { color: rgb(128,73,20); }

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

background-color css

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

 a { background-color: rgb(128,73,20); }

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

border-color css

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

 span { border-color: rgb(128,73,20); }

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