Html Css Color HEX #80470F Russet

📋 copy color: '#80470F'

red 128 ◦ green 71 ◦ blue 15

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

Shades of Russet #80470F

Tints of Russet #80470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 59.81%
G = 33.18%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80470F (or 0x80470F) is known color: Russet. HEX triplet: 80, 47 and 0F. RGB value is (128,71,15). Sum of RGB (Red+Green+Blue) = 128+71+15=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #80470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80470F is #7FB8F0. Grayscale: #515151. Windows color (decimal): -8370417 or 1001344. OLE color: 1001344.

HSL color Cylindrical-coordinate representation of color #80470F: hue angle of 29.73º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80470F is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 15 -
CMYK 0 0.45 0.88 0.50
HSL 29.73º 0.79% 0.28% -
HSV(B) 29.73º 0.88% 0.5% -
XYZ 11.24 9.13 1.62 -
YUV 81.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 128 71 15 0 0.45 0.88 0.50 29.73 0.79 0.28
Hex 80 47 F 0 2D 58 32 1E 4F 1C
Octal 200 107 17 0 55 130 62 36 117 34
Binary 10000000 1000111 1111 0 101101 1011000 110010 11110 1001111 11100

Color Harmonies of #80470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80470F

Black with #80470F

Text Example


Text Example

White with #80470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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