#994A27

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

Shades of Alert Tan #994A27

Tints of Alert Tan #994A27

Color information

#994A27 (or 0x994A27) is unknown color: approx Alert Tan. HEX triplet: 99, 4A and 27. RGB value is (153,74,39). Sum of RGB (Red+Green+Blue) = 153+74+39=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #994A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A27 is #66B5D8. Grayscale: #5D5D5D. Windows color (decimal): -6731225 or 2575001. OLE color: 2575001.

HSL color Cylindrical-coordinate representation of color #994A27: hue angle of 18.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #994A27 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1537439-
CMYK00.520.750.4
HSL18.42º59.38%37.65%-
HSV(B)18.42º74.51%60%-
XYZ15.9511.823.36-
YUV93.6397.17170.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=57.52%
G=27.82%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153743900.520.750.418.4259.3837.65
Hex994A270344B28123b26
Octal2311124706411350227346
Binary1001100110010101001110110100100101110100010010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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