#80510D

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

Shades of Raw Umber #80510D

Tints of Raw Umber #80510D

Color information

#80510D (or 0x80510D) is unknown color: approx Raw Umber. HEX triplet: 80, 51 and 0D. RGB value is (128,81,13). Sum of RGB (Red+Green+Blue) = 128+81+13=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80510D is #7FAEF2. Grayscale: #575757. Windows color (decimal): -8367859 or 872832. OLE color: 872832.

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

Color convert

RGB1288113-
CMYK00.370.900.50
HSL35.48º81.56%27.65%-
HSV(B)35.48º89.84%50.2%-
XYZ11.9210.51.78-
YUV87.386.07157.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.66%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 13 (5.47% from 255) = 5.86%
R=57.66%
G=36.49%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128811300.370.900.5035.4881.5627.65
Hex8051D0255A3223521c
Octal20012115045132624312234
Binary100000001010001110101001011011010110010100011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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