#93311A

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

Shades of Burnt Umber #93311A

Tints of Burnt Umber #93311A

Color information

#93311A (or 0x93311A) is unknown color: approx Burnt Umber. HEX triplet: 93, 31 and 1A. RGB value is (147,49,26). Sum of RGB (Red+Green+Blue) = 147+49+26=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #93311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93311A is #6CCEE5. Grayscale: #4B4B4B. Windows color (decimal): -7130854 or 1716627. OLE color: 1716627.

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

Color convert

RGB1474926-
CMYK00.670.820.42
HSL11.4º69.94%33.92%-
HSV(B)11.4º82.31%57.65%-
XYZ13.328.471.91-
YUV75.6899.97178.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.22%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 26 (10.55% from 255) = 11.71%
R=66.22%
G=22.07%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147492600.670.820.4211.469.9433.92
Hex93311A043522Ab4622
Octal22361320103122521310642
Binary100100111100011101001000011101001010101010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93311A; }

 p { color: rgb(147,49,26); }

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

<style>
 a { background-color: #93311A; }

 a { background-color: rgb(147,49,26); }

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

<style>
 span { border-color: #93311A; }

 span { border-color: rgb(147,49,26); }

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