#944D29

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

Shades of Alert Tan #944D29

Tints of Alert Tan #944D29

Color information

#944D29 (or 0x944D29) is unknown color: approx Alert Tan. HEX triplet: 94, 4D and 29. RGB value is (148,77,41). Sum of RGB (Red+Green+Blue) = 148+77+41=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #944D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D29 is #6BB2D6. Grayscale: #5E5E5E. Windows color (decimal): -7058135 or 2706836. OLE color: 2706836.

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

Color convert

RGB1487741-
CMYK00.480.720.42
HSL20.19º56.61%37.06%-
HSV(B)20.19º72.3%58.04%-
XYZ15.2711.763.56-
YUV94.1298.02166.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.64%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=55.64%
G=28.95%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148774100.480.720.4220.1956.6137.06
Hex944D29030482A143925
Octal2241155106011052247145
Binary1001010010011011010010110000100100010101010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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