Html Css Color HEX #804413 Russet

📋 copy color: '#804413'

red 128 ◦ green 68 ◦ blue 19

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

Shades of Russet #804413

Tints of Russet #804413

RGB

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

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

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

R = 59.53%
G = 31.63%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#804413 (or 0x804413) is known color: Russet. HEX triplet: 80, 44 and 13. RGB value is (128,68,19). Sum of RGB (Red+Green+Blue) = 128+68+19=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #804413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804413 is #7FBBEC. Grayscale: #505050. Windows color (decimal): -8371181 or 1262720. OLE color: 1262720.

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

Color convert

RGB 128 68 19 -
CMYK 0 0.47 0.85 0.50
HSL 26.97º 0.74% 0.29% -
HSV(B) 26.97º 0.85% 0.5% -
XYZ 11.09 8.77 1.72 -
YUV 80.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 128 68 19 0 0.47 0.85 0.50 26.97 0.74 0.29
Hex 80 44 13 0 2F 55 32 1B 4A 1D
Octal 200 104 23 0 57 125 62 33 112 35
Binary 10000000 1000100 10011 0 101111 1010101 110010 11011 1001010 11101

Color Harmonies of #804413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804413

Black with #804413

Text Example


Text Example

White with #804413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804413; }

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

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

background-color css

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

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

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

border-color css

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

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

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