#93301F

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

Shades of Burnt Umber #93301F

Tints of Burnt Umber #93301F

Color information

#93301F (or 0x93301F) is unknown color: approx Burnt Umber. HEX triplet: 93, 30 and 1F. RGB value is (147,48,31). Sum of RGB (Red+Green+Blue) = 147+48+31=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93301F is #6CCFE0. Grayscale: #4B4B4B. Windows color (decimal): -7131105 or 2044051. OLE color: 2044051.

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

Color convert

RGB1474831-
CMYK00.670.790.42
HSL8.79º65.17%34.9%-
HSV(B)8.79º78.91%57.65%-
XYZ13.348.422.22-
YUV75.66102.8178.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.04%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 31 (12.5% from 255) = 13.72%
R=65.04%
G=21.24%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147483100.670.790.428.7965.1734.9
Hex93301F0434F2A94123
Octal22360370103117521110143
Binary100100111100001111101000011100111110101010011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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