#93301E

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

Shades of Burnt Umber #93301E

Tints of Burnt Umber #93301E

Color information

#93301E (or 0x93301E) is unknown color: approx Burnt Umber. HEX triplet: 93, 30 and 1E. RGB value is (147,48,30). Sum of RGB (Red+Green+Blue) = 147+48+30=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #93301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93301E is #6CCFE1. Grayscale: #4B4B4B. Windows color (decimal): -7131106 or 1978515. OLE color: 1978515.

HSL color Cylindrical-coordinate representation of color #93301E: hue angle of 9.23º degrees, saturation: 0.66, 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 #93301E is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1474830-
CMYK00.670.800.42
HSL9.23º66.1%34.71%-
HSV(B)9.23º79.59%57.65%-
XYZ13.328.412.15-
YUV75.55102.3178.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.33%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=65.33%
G=21.33%
B=13.33%

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
Decimal147483000.670.800.429.2366.134.71
Hex93301E043502A94223
Octal22360360103120521110243
Binary100100111100001111001000011101000010101010011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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