#943011

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

Shades of Burnt Umber #943011

Tints of Burnt Umber #943011

Color information

#943011 (or 0x943011) is unknown color: approx Burnt Umber. HEX triplet: 94, 30 and 11. RGB value is (148,48,17). Sum of RGB (Red+Green+Blue) = 148+48+17=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #943011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943011 is #6BCFEE. Grayscale: #4A4A4A. Windows color (decimal): -7065583 or 1126548. OLE color: 1126548.

HSL color Cylindrical-coordinate representation of color #943011: hue angle of 14.2º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #943011 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1484817-
CMYK00.680.890.42
HSL14.2º79.39%32.35%-
HSV(B)14.2º88.51%58.04%-
XYZ13.378.451.46-
YUV74.3795.63180.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.48%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=69.48%
G=22.54%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148481700.680.890.4214.279.3932.35
Hex943011044592Ae4f20
Octal22460210104131521611740
Binary100101001100001000101000100101100110101011101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943011; }

 p { color: rgb(148,48,17); }

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

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

 a { background-color: rgb(148,48,17); }

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

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

 span { border-color: rgb(148,48,17); }

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