Html Css Color HEX #804012 Russet

📋 copy color: '#804012'

red 128 ◦ green 64 ◦ blue 18

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

Shades of Russet #804012

Tints of Russet #804012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

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

R = 60.95%
G = 30.48%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#804012 (or 0x804012) is known color: Russet. HEX triplet: 80, 40 and 12. RGB value is (128,64,18). Sum of RGB (Red+Green+Blue) = 128+64+18=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #804012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804012 is #7FBFED. Grayscale: #4E4E4E. Windows color (decimal): -8372206 or 1196160. OLE color: 1196160.

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

Color convert

RGB 128 64 18 -
CMYK 0 0.5 0.86 0.50
HSL 25.09º 0.75% 0.29% -
HSV(B) 25.09º 0.86% 0.5% -
XYZ 10.84 8.3 1.6 -
YUV 77.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 128 64 18 0 0.5 0.86 0.50 25.09 0.75 0.29
Hex 80 40 12 0 32 56 32 19 4B 1D
Octal 200 100 22 0 62 126 62 31 113 35
Binary 10000000 1000000 10010 0 110010 1010110 110010 11001 1001011 11101

Color Harmonies of #804012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804012

Black with #804012

Text Example


Text Example

White with #804012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804012; }

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

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

background-color css

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

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

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

border-color css

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

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

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