Html Css Color HEX #80501E Russet

📋 copy color: '#80501E'

red 128 ◦ green 80 ◦ blue 30

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

Shades of Russet #80501E

Tints of Russet #80501E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 53.78%
G = 33.61%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80501E (or 0x80501E) is known color: Russet. HEX triplet: 80, 50 and 1E. RGB value is (128,80,30). Sum of RGB (Red+Green+Blue) = 128+80+30=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80501E is #7FAFE1. Grayscale: #585858. Windows color (decimal): -8368098 or 1986688. OLE color: 1986688.

HSL color Cylindrical-coordinate representation of color #80501E: hue angle of 30.61º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80501E is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 30 -
CMYK 0 0.38 0.77 0.50
HSL 30.61º 0.62% 0.31% -
HSV(B) 30.61º 0.77% 0.5% -
XYZ 12.01 10.42 2.61 -
YUV 88.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 128 80 30 0 0.38 0.77 0.50 30.61 0.62 0.31
Hex 80 50 1E 0 26 4D 32 1F 3E 1F
Octal 200 120 36 0 46 115 62 37 76 37
Binary 10000000 1010000 11110 0 100110 1001101 110010 11111 111110 11111

Color Harmonies of #80501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80501E

Black with #80501E

Text Example


Text Example

White with #80501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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