#984C2A

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

Shades of Alert Tan #984C2A

Tints of Alert Tan #984C2A

Color information

#984C2A (or 0x984C2A) is unknown color: approx Alert Tan. HEX triplet: 98, 4C and 2A. RGB value is (152,76,42). Sum of RGB (Red+Green+Blue) = 152+76+42=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #984C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C2A is #67B3D5. Grayscale: #5F5F5F. Windows color (decimal): -6796246 or 2772120. OLE color: 2772120.

HSL color Cylindrical-coordinate representation of color #984C2A: hue angle of 18.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #984C2A is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB1527642-
CMYK00.500.720.40
HSL18.55º56.7%38.04%-
HSV(B)18.55º72.37%59.61%-
XYZ15.9512.013.67-
YUV94.8598.18168.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=56.30%
G=28.15%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152764200.500.720.4018.5556.738.04
Hex984C2A0324828133926
Octal2301145206211050237146
Binary1001100010011001010100110010100100010100010011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,76,42); }

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

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

 a { background-color: rgb(152,76,42); }

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

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

 span { border-color: rgb(152,76,42); }

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