#984A2E

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

Shades of Alert Tan #984A2E

Tints of Alert Tan #984A2E

Color information

#984A2E (or 0x984A2E) is unknown color: approx Alert Tan. HEX triplet: 98, 4A and 2E. RGB value is (152,74,46). Sum of RGB (Red+Green+Blue) = 152+74+46=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #984A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A2E is #67B5D1. Grayscale: #5E5E5E. Windows color (decimal): -6796754 or 3033752. OLE color: 3033752.

HSL color Cylindrical-coordinate representation of color #984A2E: hue angle of 15.85º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #984A2E is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1527446-
CMYK00.510.700.40
HSL15.85º53.54%38.82%-
HSV(B)15.85º69.74%59.61%-
XYZ15.8911.774.02-
YUV94.13100.84169.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.88%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=55.88%
G=27.21%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152744600.510.700.4015.8553.5438.82
Hex984A2E0334628103627
Octal2301125606310650206647
Binary1001100010010101011100110011100011010100010000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984A2E; }

 p { color: rgb(152,74,46); }

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

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

 a { background-color: rgb(152,74,46); }

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

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

 span { border-color: rgb(152,74,46); }

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