#944A27

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

Shades of Alert Tan #944A27

Tints of Alert Tan #944A27

Color information

#944A27 (or 0x944A27) is unknown color: approx Alert Tan. HEX triplet: 94, 4A and 27. RGB value is (148,74,39). Sum of RGB (Red+Green+Blue) = 148+74+39=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #944A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A27 is #6BB5D8. Grayscale: #5C5C5C. Windows color (decimal): -7058905 or 2574996. OLE color: 2574996.

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

Color convert

RGB1487439-
CMYK00.500.740.42
HSL19.27º58.29%36.67%-
HSV(B)19.27º73.65%58.04%-
XYZ15.0311.343.32-
YUV92.1498.02167.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=56.70%
G=28.35%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148743900.500.740.4219.2758.2936.67
Hex944A270324A2A133a25
Octal2241124706211252237245
Binary1001010010010101001110110010100101010101010011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,74,39); }

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

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

 a { background-color: rgb(148,74,39); }

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

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

 span { border-color: rgb(148,74,39); }

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