#944D2E

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

Shades of Alert Tan #944D2E

Tints of Alert Tan #944D2E

Color information

#944D2E (or 0x944D2E) is unknown color: approx Alert Tan. HEX triplet: 94, 4D and 2E. RGB value is (148,77,46). Sum of RGB (Red+Green+Blue) = 148+77+46=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #944D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D2E is #6BB2D1. Grayscale: #5E5E5E. Windows color (decimal): -7058130 or 3034516. OLE color: 3034516.

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

Color convert

RGB1487746-
CMYK00.480.690.42
HSL18.24º52.58%38.04%-
HSV(B)18.24º68.92%58.04%-
XYZ15.3611.84.05-
YUV94.7100.52166.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 46 (18.36% from 255) = 16.97%
R=54.61%
G=28.41%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148774600.480.690.4218.2452.5838.04
Hex944D2E030452A123526
Octal2241155606010552226546
Binary1001010010011011011100110000100010110101010010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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