Html Css Color HEX #805018 Russet

📋 copy color: '#805018'

red 128 ◦ green 80 ◦ blue 24

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

Shades of Russet #805018

Tints of Russet #805018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.48%

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

R = 55.17%
G = 34.48%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#805018 (or 0x805018) is known color: Russet. HEX triplet: 80, 50 and 18. RGB value is (128,80,24). Sum of RGB (Red+Green+Blue) = 128+80+24=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #805018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805018 is #7FAFE7. Grayscale: #585858. Windows color (decimal): -8368104 or 1593472. OLE color: 1593472.

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

Color convert

RGB 128 80 24 -
CMYK 0 0.38 0.81 0.50
HSL 32.31º 0.68% 0.3% -
HSV(B) 32.31º 0.81% 0.5% -
XYZ 11.94 10.39 2.24 -
YUV 87.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 128 80 24 0 0.38 0.81 0.50 32.31 0.68 0.3
Hex 80 50 18 0 26 51 32 20 44 1E
Octal 200 120 30 0 46 121 62 40 104 36
Binary 10000000 1010000 11000 0 100110 1010001 110010 100000 1000100 11110

Color Harmonies of #805018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805018

Black with #805018

Text Example


Text Example

White with #805018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805018; }

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

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

background-color css

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

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

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

border-color css

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

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

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