#80510E

Color #80510E Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #80510E

Tints of Raw Umber #80510E

Color information

#80510E (or 0x80510E) is unknown color: approx Raw Umber. HEX triplet: 80, 51 and 0E. RGB value is (128,81,14). Sum of RGB (Red+Green+Blue) = 128+81+14=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80510E is #7FAEF1. Grayscale: #575757. Windows color (decimal): -8367858 or 938368. OLE color: 938368.

HSL color Cylindrical-coordinate representation of color #80510E: hue angle of 35.26º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80510E is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1288114-
CMYK00.370.890.50
HSL35.26º80.28%27.84%-
HSV(B)35.26º89.06%50.2%-
XYZ11.9210.511.81-
YUV87.4286.57156.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=57.40%
G=36.32%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128811400.370.890.5035.2680.2827.84
Hex8051E025593223501c
Octal20012116045131624312034
Binary100000001010001111001001011011001110010100011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,81,14); }

 H1.HeaderClassName
 {
   color: #80510E;
 }
 .AnyTagClassName
 {
   color: #80510E;
 }
</style>
background-color css

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

 a { background-color: rgb(128,81,14); }

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

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

 span { border-color: rgb(128,81,14); }

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