#93381E

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

Shades of Burnt Umber #93381E

Tints of Burnt Umber #93381E

Color information

#93381E (or 0x93381E) is unknown color: approx Burnt Umber. HEX triplet: 93, 38 and 1E. RGB value is (147,56,30). Sum of RGB (Red+Green+Blue) = 147+56+30=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #93381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93381E is #6CC7E1. Grayscale: #505050. Windows color (decimal): -7129058 or 1980563. OLE color: 1980563.

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

Color convert

RGB1475630-
CMYK00.620.800.42
HSL13.33º66.1%34.71%-
HSV(B)13.33º79.59%57.65%-
XYZ13.689.132.27-
YUV80.2499.65175.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.09%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=63.09%
G=24.03%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147563000.620.800.4213.3366.134.71
Hex93381E03E502Ad4223
Octal2237036076120521510243
Binary10010011111000111100111110101000010101011011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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