Html Css Color HEX #805118 Russet

📋 copy color: '#805118'

red 128 ◦ green 81 ◦ blue 24

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

Shades of Russet #805118

Tints of Russet #805118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.76%

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

R = 54.94%
G = 34.76%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#805118 (or 0x805118) is known color: Russet. HEX triplet: 80, 51 and 18. RGB value is (128,81,24). Sum of RGB (Red+Green+Blue) = 128+81+24=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #805118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805118 is #7FAEE7. Grayscale: #585858. Windows color (decimal): -8367848 or 1593728. OLE color: 1593728.

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

Color convert

RGB 128 81 24 -
CMYK 0 0.37 0.81 0.50
HSL 32.88º 0.68% 0.3% -
HSV(B) 32.88º 0.81% 0.5% -
XYZ 12.01 10.54 2.27 -
YUV 88.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 128 81 24 0 0.37 0.81 0.50 32.88 0.68 0.3
Hex 80 51 18 0 25 51 32 21 44 1E
Octal 200 121 30 0 45 121 62 41 104 36
Binary 10000000 1010001 11000 0 100101 1010001 110010 100001 1000100 11110

Color Harmonies of #805118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805118

Black with #805118

Text Example


Text Example

White with #805118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805118; }

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

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

background-color css

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

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

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

border-color css

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

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

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