Html Css Color HEX #804118 Russet

📋 copy color: '#804118'

red 128 ◦ green 65 ◦ blue 24

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

Shades of Russet #804118

Tints of Russet #804118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.06%

R = 58.99%
G = 29.95%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#804118 (or 0x804118) is known color: Russet. HEX triplet: 80, 41 and 18. RGB value is (128,65,24). Sum of RGB (Red+Green+Blue) = 128+65+24=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #804118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804118 is #7FBEE7. Grayscale: #4F4F4F. Windows color (decimal): -8371944 or 1589632. OLE color: 1589632.

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

Color convert

RGB 128 65 24 -
CMYK 0 0.49 0.81 0.50
HSL 23.65º 0.68% 0.3% -
HSV(B) 23.65º 0.81% 0.5% -
XYZ 10.96 8.44 1.91 -
YUV 79.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 128 65 24 0 0.49 0.81 0.50 23.65 0.68 0.3
Hex 80 41 18 0 31 51 32 18 44 1E
Octal 200 101 30 0 61 121 62 30 104 36
Binary 10000000 1000001 11000 0 110001 1010001 110010 11000 1000100 11110

Color Harmonies of #804118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804118

Black with #804118

Text Example


Text Example

White with #804118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804118; }

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

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

background-color css

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

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

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

border-color css

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

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

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