Html Css Color HEX #804F16 Russet

📋 copy color: '#804F16'

red 128 ◦ green 79 ◦ blue 22

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

Shades of Russet #804F16

Tints of Russet #804F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.5%

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 55.9%
G = 34.5%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#804F16 (or 0x804F16) is known color: Russet. HEX triplet: 80, 4F and 16. RGB value is (128,79,22). Sum of RGB (Red+Green+Blue) = 128+79+22=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #804F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804F16 is #7FB0E9. Grayscale: #575757. Windows color (decimal): -8368362 or 1462144. OLE color: 1462144.

HSL color Cylindrical-coordinate representation of color #804F16: hue angle of 32.26º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #804F16 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 79 22 -
CMYK 0 0.38 0.83 0.50
HSL 32.26º 0.71% 0.29% -
HSV(B) 32.26º 0.83% 0.5% -
XYZ 11.84 10.24 2.11 -
YUV 87.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 128 79 22 0 0.38 0.83 0.50 32.26 0.71 0.29
Hex 80 4F 16 0 26 53 32 20 47 1D
Octal 200 117 26 0 46 123 62 40 107 35
Binary 10000000 1001111 10110 0 100110 1010011 110010 100000 1000111 11101

Color Harmonies of #804F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804F16

Black with #804F16

Text Example


Text Example

White with #804F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804F16; }

 p { color: rgb(128,79,22); }

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

background-color css

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

 a { background-color: rgb(128,79,22); }

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

border-color css

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

 span { border-color: rgb(128,79,22); }

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