#944A29

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

Shades of Alert Tan #944A29

Tints of Alert Tan #944A29

Color information

#944A29 (or 0x944A29) is unknown color: approx Alert Tan. HEX triplet: 94, 4A and 29. RGB value is (148,74,41). Sum of RGB (Red+Green+Blue) = 148+74+41=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #944A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A29 is #6BB5D6. Grayscale: #5C5C5C. Windows color (decimal): -7058903 or 2706068. OLE color: 2706068.

HSL color Cylindrical-coordinate representation of color #944A29: hue angle of 18.5º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #944A29 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1487441-
CMYK00.500.720.42
HSL18.5º56.61%37.06%-
HSV(B)18.5º72.3%58.04%-
XYZ15.0611.353.5-
YUV92.3699.02167.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=56.27%
G=28.14%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148744100.500.720.4218.556.6137.06
Hex944A29032482A133925
Octal2241125106211052237145
Binary1001010010010101010010110010100100010101010011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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