#933113

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

Shades of Burnt Umber #933113

Tints of Burnt Umber #933113

Color information

#933113 (or 0x933113) is unknown color: approx Burnt Umber. HEX triplet: 93, 31 and 13. RGB value is (147,49,19). Sum of RGB (Red+Green+Blue) = 147+49+19=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #933113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933113 is #6CCEEC. Grayscale: #4B4B4B. Windows color (decimal): -7130861 or 1257875. OLE color: 1257875.

HSL color Cylindrical-coordinate representation of color #933113: hue angle of 14.06º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #933113 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1474919-
CMYK00.670.870.42
HSL14.06º77.11%32.55%-
HSV(B)14.06º87.07%57.65%-
XYZ13.258.451.55-
YUV74.8896.47179.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.37%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 19 (7.81% from 255) = 8.84%
R=68.37%
G=22.79%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147491900.670.870.4214.0677.1132.55
Hex933113043572Ae4d21
Octal22361230103127521611541
Binary100100111100011001101000011101011110101011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933113; }

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

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

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

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

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

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

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

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