#944E2E

Color #944E2E Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #944E2E

Tints of Alert Tan #944E2E

Color information

#944E2E (or 0x944E2E) is unknown color: approx Alert Tan. HEX triplet: 94, 4E and 2E. RGB value is (148,78,46). Sum of RGB (Red+Green+Blue) = 148+78+46=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #944E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944E2E is #6BB1D1. Grayscale: #5F5F5F. Windows color (decimal): -7057874 or 3034772. OLE color: 3034772.

HSL color Cylindrical-coordinate representation of color #944E2E: hue angle of 18.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #944E2E is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1487846-
CMYK00.470.690.42
HSL18.82º52.58%38.04%-
HSV(B)18.82º68.92%58.04%-
XYZ15.4311.944.08-
YUV95.28100.19165.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.41%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=54.41%
G=28.68%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148784600.470.690.4218.8252.5838.04
Hex944E2E02F452A133526
Octal2241165605710552236546
Binary1001010010011101011100101111100010110101010011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944E2E; }

 p { color: rgb(148,78,46); }

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

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

 a { background-color: rgb(148,78,46); }

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

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

 span { border-color: rgb(148,78,46); }

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