Html Css Color HEX #80471E Russet

📋 copy color: '#80471E'

red 128 ◦ green 71 ◦ blue 30

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

Shades of Russet #80471E

Tints of Russet #80471E

RGB

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

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

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

R = 55.9%
G = 31%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80471E (or 0x80471E) is known color: Russet. HEX triplet: 80, 47 and 1E. RGB value is (128,71,30). Sum of RGB (Red+Green+Blue) = 128+71+30=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80471E is #7FB8E1. Grayscale: #535353. Windows color (decimal): -8370402 or 1984384. OLE color: 1984384.

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

Color convert

RGB 128 71 30 -
CMYK 0 0.45 0.77 0.50
HSL 25.1º 0.62% 0.31% -
HSV(B) 25.1º 0.77% 0.5% -
XYZ 11.39 9.19 2.4 -
YUV 83.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 128 71 30 0 0.45 0.77 0.50 25.1 0.62 0.31
Hex 80 47 1E 0 2D 4D 32 19 3E 1F
Octal 200 107 36 0 55 115 62 31 76 37
Binary 10000000 1000111 11110 0 101101 1001101 110010 11001 111110 11111

Color Harmonies of #80471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80471E

Black with #80471E

Text Example


Text Example

White with #80471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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