#94391C

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

Shades of Burnt Umber #94391C

Tints of Burnt Umber #94391C

Color information

#94391C (or 0x94391C) is unknown color: approx Burnt Umber. HEX triplet: 94, 39 and 1C. RGB value is (148,57,28). Sum of RGB (Red+Green+Blue) = 148+57+28=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #94391C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94391C is #6BC6E3. Grayscale: #515151. Windows color (decimal): -7063268 or 1849748. OLE color: 1849748.

HSL color Cylindrical-coordinate representation of color #94391C: hue angle of 14.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94391C is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1485728-
CMYK00.610.810.42
HSL14.5º68.18%34.51%-
HSV(B)14.5º81.08%58.04%-
XYZ13.899.312.16-
YUV80.998.15175.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 28 (11.33% from 255) = 12.02%
R=63.52%
G=24.46%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148572800.610.810.4214.568.1834.51
Hex94391C03D512Ae4423
Octal2247134075121521610443
Binary10010100111001111000111101101000110101011101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,57,28); }

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

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

 a { background-color: rgb(148,57,28); }

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

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

 span { border-color: rgb(148,57,28); }

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