#93381C

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

Shades of Burnt Umber #93381C

Tints of Burnt Umber #93381C

Color information

#93381C (or 0x93381C) is unknown color: approx Burnt Umber. HEX triplet: 93, 38 and 1C. RGB value is (147,56,28). Sum of RGB (Red+Green+Blue) = 147+56+28=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93381C is #6CC7E3. Grayscale: #505050. Windows color (decimal): -7129060 or 1849491. OLE color: 1849491.

HSL color Cylindrical-coordinate representation of color #93381C: hue angle of 14.12º 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 #93381C is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1475628-
CMYK00.620.810.42
HSL14.12º68%34.31%-
HSV(B)14.12º80.95%57.65%-
XYZ13.669.122.14-
YUV80.0298.65175.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.64%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=63.64%
G=24.24%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147562800.620.810.4214.126834.31
Hex93381C03E512Ae4422
Octal2237034076121521610442
Binary10010011111000111000111110101000110101011101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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