Html Css Color HEX #804414 Russet

📋 copy color: '#804414'

red 128 ◦ green 68 ◦ blue 20

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

Shades of Russet #804414

Tints of Russet #804414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

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

R = 59.26%
G = 31.48%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#804414 (or 0x804414) is known color: Russet. HEX triplet: 80, 44 and 14. RGB value is (128,68,20). Sum of RGB (Red+Green+Blue) = 128+68+20=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #804414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804414 is #7FBBEB. Grayscale: #505050. Windows color (decimal): -8371180 or 1328256. OLE color: 1328256.

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

Color convert

RGB 128 68 20 -
CMYK 0 0.47 0.84 0.50
HSL 26.67º 0.73% 0.29% -
HSV(B) 26.67º 0.84% 0.5% -
XYZ 11.1 8.77 1.77 -
YUV 80.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 128 68 20 0 0.47 0.84 0.50 26.67 0.73 0.29
Hex 80 44 14 0 2F 54 32 1B 49 1D
Octal 200 104 24 0 57 124 62 33 111 35
Binary 10000000 1000100 10100 0 101111 1010100 110010 11011 1001001 11101

Color Harmonies of #804414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804414

Black with #804414

Text Example


Text Example

White with #804414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804414; }

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

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

background-color css

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

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

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

border-color css

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

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

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