#93301D

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

Shades of Burnt Umber #93301D

Tints of Burnt Umber #93301D

Color information

#93301D (or 0x93301D) is unknown color: approx Burnt Umber. HEX triplet: 93, 30 and 1D. RGB value is (147,48,29). Sum of RGB (Red+Green+Blue) = 147+48+29=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #93301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93301D is #6CCFE2. Grayscale: #4B4B4B. Windows color (decimal): -7131107 or 1912979. OLE color: 1912979.

HSL color Cylindrical-coordinate representation of color #93301D: hue angle of 9.66º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93301D is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1474829-
CMYK00.670.800.42
HSL9.66º67.05%34.51%-
HSV(B)9.66º80.27%57.65%-
XYZ13.318.412.08-
YUV75.43101.8179.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.62%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 29 (11.72% from 255) = 12.95%
R=65.62%
G=21.43%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147482900.670.800.429.6667.0534.51
Hex93301D043502Aa4323
Octal22360350103120521210343
Binary100100111100001110101000011101000010101010101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,48,29); }

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

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

 a { background-color: rgb(147,48,29); }

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

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

 span { border-color: rgb(147,48,29); }

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