#943013

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

Shades of Burnt Umber #943013

Tints of Burnt Umber #943013

Color information

#943013 (or 0x943013) is unknown color: approx Burnt Umber. HEX triplet: 94, 30 and 13. RGB value is (148,48,19). Sum of RGB (Red+Green+Blue) = 148+48+19=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #943013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943013 is #6BCFEC. Grayscale: #4A4A4A. Windows color (decimal): -7065581 or 1257620. OLE color: 1257620.

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

Color convert

RGB1484819-
CMYK00.680.870.42
HSL13.49º77.25%32.75%-
HSV(B)13.49º87.16%58.04%-
XYZ13.398.461.54-
YUV74.5996.63180.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.84%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 19 (7.81% from 255) = 8.84%
R=68.84%
G=22.33%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148481900.680.870.4213.4977.2532.75
Hex943013044572Ad4d21
Octal22460230104127521511541
Binary100101001100001001101000100101011110101011011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943013; }

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

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

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

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

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

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

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

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