#994726

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

Shades of Alert Tan #994726

Tints of Alert Tan #994726

Color information

#994726 (or 0x994726) is unknown color: approx Alert Tan. HEX triplet: 99, 47 and 26. RGB value is (153,71,38). Sum of RGB (Red+Green+Blue) = 153+71+38=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #994726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994726 is #66B8D9. Grayscale: #5B5B5B. Windows color (decimal): -6731994 or 2508697. OLE color: 2508697.

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

Color convert

RGB1537138-
CMYK00.540.750.4
HSL17.22º60.21%37.45%-
HSV(B)17.22º75.16%60%-
XYZ15.7411.423.21-
YUV91.7697.67171.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.40%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 38 (15.23% from 255) = 14.50%
R=58.40%
G=27.10%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153713800.540.750.417.2260.2137.45
Hex9947260364B28113c25
Octal2311074606611350217445
Binary1001100110001111001100110110100101110100010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994726; }

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

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

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

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

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

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

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

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