Html Css Color HEX #804514 Russet

📋 copy color: '#804514'

red 128 ◦ green 69 ◦ blue 20

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

Shades of Russet #804514

Tints of Russet #804514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

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

R = 58.99%
G = 31.8%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#804514 (or 0x804514) is known color: Russet. HEX triplet: 80, 45 and 14. RGB value is (128,69,20). Sum of RGB (Red+Green+Blue) = 128+69+20=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #804514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804514 is #7FBAEB. Grayscale: #515151. Windows color (decimal): -8370924 or 1328512. OLE color: 1328512.

HSL color Cylindrical-coordinate representation of color #804514: hue angle of 27.22º 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 #804514 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 69 20 -
CMYK 0 0.46 0.84 0.50
HSL 27.22º 0.73% 0.29% -
HSV(B) 27.22º 0.84% 0.5% -
XYZ 11.16 8.9 1.79 -
YUV 81.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 128 69 20 0 0.46 0.84 0.50 27.22 0.73 0.29
Hex 80 45 14 0 2E 54 32 1B 49 1D
Octal 200 105 24 0 56 124 62 33 111 35
Binary 10000000 1000101 10100 0 101110 1010100 110010 11011 1001001 11101

Color Harmonies of #804514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804514

Black with #804514

Text Example


Text Example

White with #804514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804514; }

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

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

background-color css

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

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

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

border-color css

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

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

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