Html Css Color HEX #80471C Russet

📋 copy color: '#80471C'

red 128 ◦ green 71 ◦ blue 28

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

Shades of Russet #80471C

Tints of Russet #80471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

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

R = 56.39%
G = 31.28%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80471C (or 0x80471C) is known color: Russet. HEX triplet: 80, 47 and 1C. RGB value is (128,71,28). Sum of RGB (Red+Green+Blue) = 128+71+28=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80471C is #7FB8E3. Grayscale: #535353. Windows color (decimal): -8370404 or 1853312. OLE color: 1853312.

HSL color Cylindrical-coordinate representation of color #80471C: hue angle of 25.8º 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 #80471C is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 28 -
CMYK 0 0.45 0.78 0.50
HSL 25.8º 0.64% 0.31% -
HSV(B) 25.8º 0.78% 0.5% -
XYZ 11.36 9.18 2.27 -
YUV 83.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 128 71 28 0 0.45 0.78 0.50 25.8 0.64 0.31
Hex 80 47 1C 0 2D 4E 32 1A 40 1F
Octal 200 107 34 0 55 116 62 32 100 37
Binary 10000000 1000111 11100 0 101101 1001110 110010 11010 1000000 11111

Color Harmonies of #80471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80471C

Black with #80471C

Text Example


Text Example

White with #80471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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