#944A1E

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

Shades of Alert Tan #944A1E

Tints of Alert Tan #944A1E

Color information

#944A1E (or 0x944A1E) is unknown color: approx Alert Tan. HEX triplet: 94, 4A and 1E. RGB value is (148,74,30). Sum of RGB (Red+Green+Blue) = 148+74+30=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #944A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A1E is #6BB5E1. Grayscale: #5B5B5B. Windows color (decimal): -7058914 or 1985172. OLE color: 1985172.

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

Color convert

RGB1487430-
CMYK00.500.800.42
HSL22.37º66.29%34.9%-
HSV(B)22.37º79.73%58.04%-
XYZ14.911.292.62-
YUV91.1193.52168.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=58.73%
G=29.37%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148743000.500.800.4222.3766.2934.9
Hex944A1E032502A164223
Octal22411236062120522610243
Binary1001010010010101111001100101010000101010101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,74,30); }

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

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

 a { background-color: rgb(148,74,30); }

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

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

 span { border-color: rgb(148,74,30); }

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