#944C29

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

Shades of Alert Tan #944C29

Tints of Alert Tan #944C29

Color information

#944C29 (or 0x944C29) is unknown color: approx Alert Tan. HEX triplet: 94, 4C and 29. RGB value is (148,76,41). Sum of RGB (Red+Green+Blue) = 148+76+41=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #944C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C29 is #6BB3D6. Grayscale: #5D5D5D. Windows color (decimal): -7058391 or 2706580. OLE color: 2706580.

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

Color convert

RGB1487641-
CMYK00.490.720.42
HSL19.63º56.61%37.06%-
HSV(B)19.63º72.3%58.04%-
XYZ15.211.623.54-
YUV93.5498.35166.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=55.85%
G=28.68%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148764100.490.720.4219.6356.6137.06
Hex944C29031482A143925
Octal2241145106111052247145
Binary1001010010011001010010110001100100010101010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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