#93371E

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

Shades of Burnt Umber #93371E

Tints of Burnt Umber #93371E

Color information

#93371E (or 0x93371E) is unknown color: approx Burnt Umber. HEX triplet: 93, 37 and 1E. RGB value is (147,55,30). Sum of RGB (Red+Green+Blue) = 147+55+30=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #93371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93371E is #6CC8E1. Grayscale: #4F4F4F. Windows color (decimal): -7129314 or 1980307. OLE color: 1980307.

HSL color Cylindrical-coordinate representation of color #93371E: hue angle of 12.82º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93371E is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1475530-
CMYK00.630.800.42
HSL12.82º66.1%34.71%-
HSV(B)12.82º79.59%57.65%-
XYZ13.639.032.25-
YUV79.6699.98176.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.36%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 30 (12.11% from 255) = 12.93%
R=63.36%
G=23.71%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147553000.630.800.4212.8266.134.71
Hex93371E03F502Ad4223
Octal2236736077120521510243
Binary10010011110111111100111111101000010101011011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93371E; }

 p { color: rgb(147,55,30); }

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

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

 a { background-color: rgb(147,55,30); }

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

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

 span { border-color: rgb(147,55,30); }

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