Html Css Color HEX #80481F Russet

📋 copy color: '#80481F'

red 128 ◦ green 72 ◦ blue 31

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

Shades of Russet #80481F

Tints of Russet #80481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 55.41%
G = 31.17%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80481F (or 0x80481F) is known color: Russet. HEX triplet: 80, 48 and 1F. RGB value is (128,72,31). Sum of RGB (Red+Green+Blue) = 128+72+31=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #80481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80481F is #7FB7E0. Grayscale: #545454. Windows color (decimal): -8370145 or 2050176. OLE color: 2050176.

HSL color Cylindrical-coordinate representation of color #80481F: hue angle of 25.36º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80481F is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 72 31 -
CMYK 0 0.44 0.76 0.50
HSL 25.36º 0.61% 0.31% -
HSV(B) 25.36º 0.76% 0.5% -
XYZ 11.47 9.32 2.49 -
YUV 84.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 128 72 31 0 0.44 0.76 0.50 25.36 0.61 0.31
Hex 80 48 1F 0 2C 4C 32 19 3D 1F
Octal 200 110 37 0 54 114 62 31 75 37
Binary 10000000 1001000 11111 0 101100 1001100 110010 11001 111101 11111

Color Harmonies of #80481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80481F

Black with #80481F

Text Example


Text Example

White with #80481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80481F; }

 p { color: rgb(128,72,31); }

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

background-color css

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

 a { background-color: rgb(128,72,31); }

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

border-color css

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

 span { border-color: rgb(128,72,31); }

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