Html Css Color HEX #804314 Russet

📋 copy color: '#804314'

red 128 ◦ green 67 ◦ blue 20

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

Shades of Russet #804314

Tints of Russet #804314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.16%

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

R = 59.53%
G = 31.16%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#804314 (or 0x804314) is known color: Russet. HEX triplet: 80, 43 and 14. RGB value is (128,67,20). Sum of RGB (Red+Green+Blue) = 128+67+20=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #804314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804314 is #7FBCEB. Grayscale: #505050. Windows color (decimal): -8371436 or 1328000. OLE color: 1328000.

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

Color convert

RGB 128 67 20 -
CMYK 0 0.48 0.84 0.50
HSL 26.11º 0.73% 0.29% -
HSV(B) 26.11º 0.84% 0.5% -
XYZ 11.04 8.65 1.75 -
YUV 79.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 128 67 20 0 0.48 0.84 0.50 26.11 0.73 0.29
Hex 80 43 14 0 30 54 32 1A 49 1D
Octal 200 103 24 0 60 124 62 32 111 35
Binary 10000000 1000011 10100 0 110000 1010100 110010 11010 1001001 11101

Color Harmonies of #804314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804314

Black with #804314

Text Example


Text Example

White with #804314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804314; }

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

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

background-color css

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

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

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

border-color css

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

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

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