Html Css Color HEX #80481C Russet

📋 copy color: '#80481C'

red 128 ◦ green 72 ◦ blue 28

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

Shades of Russet #80481C

Tints of Russet #80481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 56.14%
G = 31.58%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80481C (or 0x80481C) is known color: Russet. HEX triplet: 80, 48 and 1C. RGB value is (128,72,28). Sum of RGB (Red+Green+Blue) = 128+72+28=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80481C is #7FB7E3. Grayscale: #535353. Windows color (decimal): -8370148 or 1853568. OLE color: 1853568.

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

Color convert

RGB 128 72 28 -
CMYK 0 0.44 0.78 0.50
HSL 26.4º 0.64% 0.31% -
HSV(B) 26.4º 0.78% 0.5% -
XYZ 11.43 9.31 2.29 -
YUV 83.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 128 72 28 0 0.44 0.78 0.50 26.4 0.64 0.31
Hex 80 48 1C 0 2C 4E 32 1A 40 1F
Octal 200 110 34 0 54 116 62 32 100 37
Binary 10000000 1001000 11100 0 101100 1001110 110010 11010 1000000 11111

Color Harmonies of #80481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80481C

Black with #80481C

Text Example


Text Example

White with #80481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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