#944E25

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

Shades of Alert Tan #944E25

Tints of Alert Tan #944E25

Color information

#944E25 (or 0x944E25) is unknown color: approx Alert Tan. HEX triplet: 94, 4E and 25. RGB value is (148,78,37). Sum of RGB (Red+Green+Blue) = 148+78+37=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #944E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944E25 is #6BB1DA. Grayscale: #5E5E5E. Windows color (decimal): -7057883 or 2444948. OLE color: 2444948.

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

Color convert

RGB1487837-
CMYK00.470.750.42
HSL22.16º60%36.27%-
HSV(B)22.16º75%58.04%-
XYZ15.2711.883.24-
YUV94.2695.69166.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=56.27%
G=29.66%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148783700.470.750.4222.166036.27
Hex944E2502F4B2A163c24
Octal2241164505711352267444
Binary1001010010011101001010101111100101110101010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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