#994828

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

Shades of Alert Tan #994828

Tints of Alert Tan #994828

Color information

#994828 (or 0x994828) is unknown color: approx Alert Tan. HEX triplet: 99, 48 and 28. RGB value is (153,72,40). Sum of RGB (Red+Green+Blue) = 153+72+40=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #994828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994828 is #66B7D7. Grayscale: #5C5C5C. Windows color (decimal): -6731736 or 2640025. OLE color: 2640025.

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

Color convert

RGB1537240-
CMYK00.530.740.4
HSL16.99º58.55%37.84%-
HSV(B)16.99º73.86%60%-
XYZ15.8411.563.4-
YUV92.5798.34171.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=57.74%
G=27.17%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153724000.530.740.416.9958.5537.84
Hex9948280354A28113b26
Octal2311105006511250217346
Binary1001100110010001010000110101100101010100010001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994828; }

 p { color: rgb(153,72,40); }

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

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

 a { background-color: rgb(153,72,40); }

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

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

 span { border-color: rgb(153,72,40); }

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