Html Css Color HEX #804A13 Russet

📋 copy color: '#804A13'

red 128 ◦ green 74 ◦ blue 19

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

Shades of Russet #804A13

Tints of Russet #804A13

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.48%

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 57.92%
G = 33.48%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#804A13 (or 0x804A13) is known color: Russet. HEX triplet: 80, 4A and 13. RGB value is (128,74,19). Sum of RGB (Red+Green+Blue) = 128+74+19=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #804A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804A13 is #7FB5EC. Grayscale: #545454. Windows color (decimal): -8369645 or 1264256. OLE color: 1264256.

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

Color convert

RGB 128 74 19 -
CMYK 0 0.42 0.85 0.50
HSL 30.28º 0.74% 0.29% -
HSV(B) 30.28º 0.85% 0.5% -
XYZ 11.47 9.53 1.85 -
YUV 83.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 128 74 19 0 0.42 0.85 0.50 30.28 0.74 0.29
Hex 80 4A 13 0 2A 55 32 1E 4A 1D
Octal 200 112 23 0 52 125 62 36 112 35
Binary 10000000 1001010 10011 0 101010 1010101 110010 11110 1001010 11101

Color Harmonies of #804A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A13

Black with #804A13

Text Example


Text Example

White with #804A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,74,19); }

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

background-color css

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

 a { background-color: rgb(128,74,19); }

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

border-color css

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

 span { border-color: rgb(128,74,19); }

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