#994724

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

Shades of Alert Tan #994724

Tints of Alert Tan #994724

Color information

#994724 (or 0x994724) is unknown color: approx Alert Tan. HEX triplet: 99, 47 and 24. RGB value is (153,71,36). Sum of RGB (Red+Green+Blue) = 153+71+36=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #994724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994724 is #66B8DB. Grayscale: #5B5B5B. Windows color (decimal): -6731996 or 2377625. OLE color: 2377625.

HSL color Cylindrical-coordinate representation of color #994724: hue angle of 17.95º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #994724 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1537136-
CMYK00.540.760.4
HSL17.95º61.9%37.06%-
HSV(B)17.95º76.47%60%-
XYZ15.7111.413.04-
YUV91.5396.67171.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 36 (14.45% from 255) = 13.85%
R=58.85%
G=27.31%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153713600.540.760.417.9561.937.06
Hex9947240364C28123e25
Octal2311074406611450227645
Binary1001100110001111001000110110100110010100010010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994724; }

 p { color: rgb(153,71,36); }

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

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

 a { background-color: rgb(153,71,36); }

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

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

 span { border-color: rgb(153,71,36); }

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