Html Css Color HEX #804112 Russet

📋 copy color: '#804112'

red 128 ◦ green 65 ◦ blue 18

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

Shades of Russet #804112

Tints of Russet #804112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.81%

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 60.66%
G = 30.81%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#804112 (or 0x804112) is known color: Russet. HEX triplet: 80, 41 and 12. RGB value is (128,65,18). Sum of RGB (Red+Green+Blue) = 128+65+18=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #804112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804112 is #7FBEED. Grayscale: #4E4E4E. Windows color (decimal): -8371950 or 1196416. OLE color: 1196416.

HSL color Cylindrical-coordinate representation of color #804112: hue angle of 25.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #804112 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 18 -
CMYK 0 0.49 0.86 0.50
HSL 25.64º 0.75% 0.29% -
HSV(B) 25.64º 0.86% 0.5% -
XYZ 10.9 8.41 1.62 -
YUV 78.48 93.87 163.32 -
System Red Green Blue C M Y K H S L
Decimal 128 65 18 0 0.49 0.86 0.50 25.64 0.75 0.29
Hex 80 41 12 0 31 56 32 1A 4B 1D
Octal 200 101 22 0 61 126 62 32 113 35
Binary 10000000 1000001 10010 0 110001 1010110 110010 11010 1001011 11101

Color Harmonies of #804112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804112

Black with #804112

Text Example


Text Example

White with #804112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804112; }

 p { color: rgb(128,65,18); }

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

background-color css

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

 a { background-color: rgb(128,65,18); }

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

border-color css

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

 span { border-color: rgb(128,65,18); }

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