#93321F

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

Shades of Burnt Umber #93321F

Tints of Burnt Umber #93321F

Color information

#93321F (or 0x93321F) is unknown color: approx Burnt Umber. HEX triplet: 93, 32 and 1F. RGB value is (147,50,31). Sum of RGB (Red+Green+Blue) = 147+50+31=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #93321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93321F is #6CCDE0. Grayscale: #4D4D4D. Windows color (decimal): -7130593 or 2044563. OLE color: 2044563.

HSL color Cylindrical-coordinate representation of color #93321F: hue angle of 9.83º 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 #93321F is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1475031-
CMYK00.660.790.42
HSL9.83º65.17%34.9%-
HSV(B)9.83º78.91%57.65%-
XYZ13.428.582.25-
YUV76.84102.14178.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.47%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 31 (12.5% from 255) = 13.60%
R=64.47%
G=21.93%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147503100.660.790.429.8365.1734.9
Hex93321F0424F2Aa4123
Octal22362370102117521210143
Binary100100111100101111101000010100111110101010101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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