#944B32

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

Shades of Alert Tan #944B32

Tints of Alert Tan #944B32

Color information

#944B32 (or 0x944B32) is unknown color: approx Alert Tan. HEX triplet: 94, 4B and 32. RGB value is (148,75,50). Sum of RGB (Red+Green+Blue) = 148+75+50=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #944B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B32 is #6BB4CD. Grayscale: #5E5E5E. Windows color (decimal): -7058638 or 3296148. OLE color: 3296148.

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

Color convert

RGB1487550-
CMYK00.490.660.42
HSL15.31º49.49%38.82%-
HSV(B)15.31º66.22%58.04%-
XYZ15.311.564.44-
YUV93.98103.18166.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=54.21%
G=27.47%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148755000.490.660.4215.3149.4938.82
Hex944B32031422Af3127
Octal2241136206110252176147
Binary100101001001011110010011000110000101010101111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,75,50); }

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

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

 a { background-color: rgb(148,75,50); }

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

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

 span { border-color: rgb(148,75,50); }

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