#93301C

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

Shades of Burnt Umber #93301C

Tints of Burnt Umber #93301C

Color information

#93301C (or 0x93301C) is unknown color: approx Burnt Umber. HEX triplet: 93, 30 and 1C. RGB value is (147,48,28). Sum of RGB (Red+Green+Blue) = 147+48+28=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #93301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93301C is #6CCFE3. Grayscale: #4B4B4B. Windows color (decimal): -7131108 or 1847443. OLE color: 1847443.

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

Color convert

RGB1474828-
CMYK00.670.810.42
HSL10.08º68%34.31%-
HSV(B)10.08º80.95%57.65%-
XYZ13.38.42.02-
YUV75.32101.3179.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.92%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=65.92%
G=21.52%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147482800.670.810.4210.086834.31
Hex93301C043512Aa4422
Octal22360340103121521210442
Binary100100111100001110001000011101000110101010101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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