Html Css Color HEX #80481A Russet

📋 copy color: '#80481A'

red 128 ◦ green 72 ◦ blue 26

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

Shades of Russet #80481A

Tints of Russet #80481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 56.64%
G = 31.86%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80481A (or 0x80481A) is known color: Russet. HEX triplet: 80, 48 and 1A. RGB value is (128,72,26). Sum of RGB (Red+Green+Blue) = 128+72+26=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80481A is #7FB7E5. Grayscale: #535353. Windows color (decimal): -8370150 or 1722496. OLE color: 1722496.

HSL color Cylindrical-coordinate representation of color #80481A: hue angle of 27.06º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80481A is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 72 26 -
CMYK 0 0.44 0.80 0.50
HSL 27.06º 0.66% 0.3% -
HSV(B) 27.06º 0.8% 0.5% -
XYZ 11.41 9.3 2.17 -
YUV 83.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 128 72 26 0 0.44 0.80 0.50 27.06 0.66 0.3
Hex 80 48 1A 0 2C 50 32 1B 42 1E
Octal 200 110 32 0 54 120 62 33 102 36
Binary 10000000 1001000 11010 0 101100 1010000 110010 11011 1000010 11110

Color Harmonies of #80481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80481A

Black with #80481A

Text Example


Text Example

White with #80481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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