#944B31

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

Shades of Alert Tan #944B31

Tints of Alert Tan #944B31

Color information

#944B31 (or 0x944B31) is unknown color: approx Alert Tan. HEX triplet: 94, 4B and 31. RGB value is (148,75,49). Sum of RGB (Red+Green+Blue) = 148+75+49=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #944B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B31 is #6BB4CE. Grayscale: #5E5E5E. Windows color (decimal): -7058639 or 3230612. OLE color: 3230612.

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

Color convert

RGB1487549-
CMYK00.490.670.42
HSL15.76º50.25%38.63%-
HSV(B)15.76º66.89%58.04%-
XYZ15.2811.554.33-
YUV93.86102.68166.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.41%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=54.41%
G=27.57%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148754900.490.670.4215.7650.2538.63
Hex944B31031432A103227
Octal2241136106110352206247
Binary1001010010010111100010110001100001110101010000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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