#944D22

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

Shades of Alert Tan #944D22

Tints of Alert Tan #944D22

Color information

#944D22 (or 0x944D22) is unknown color: approx Alert Tan. HEX triplet: 94, 4D and 22. RGB value is (148,77,34). Sum of RGB (Red+Green+Blue) = 148+77+34=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #944D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D22 is #6BB2DD. Grayscale: #5D5D5D. Windows color (decimal): -7058142 or 2248084. OLE color: 2248084.

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

Color convert

RGB1487734-
CMYK00.480.770.42
HSL22.63º62.64%35.69%-
HSV(B)22.63º77.03%58.04%-
XYZ15.1611.722.98-
YUV93.3394.52167-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.14%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 34 (13.67% from 255) = 13.13%
R=57.14%
G=29.73%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148773400.480.770.4222.6362.6435.69
Hex944D220304D2A173f24
Octal2241154206011552277744
Binary1001010010011011000100110000100110110101010111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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