#944C25

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

Shades of Alert Tan #944C25

Tints of Alert Tan #944C25

Color information

#944C25 (or 0x944C25) is unknown color: approx Alert Tan. HEX triplet: 94, 4C and 25. RGB value is (148,76,37). Sum of RGB (Red+Green+Blue) = 148+76+37=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #944C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C25 is #6BB3DA. Grayscale: #5D5D5D. Windows color (decimal): -7058395 or 2444436. OLE color: 2444436.

HSL color Cylindrical-coordinate representation of color #944C25: hue angle of 21.08º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #944C25 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1487637-
CMYK00.490.750.42
HSL21.08º60%36.27%-
HSV(B)21.08º75%58.04%-
XYZ15.1311.63.19-
YUV93.0896.35167.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=56.70%
G=29.12%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148763700.490.750.4221.086036.27
Hex944C250314B2A153c24
Octal2241144506111352257444
Binary1001010010011001001010110001100101110101010101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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