Html Css Color HEX #984C2A Alert Tan

📋 copy color: '#984C2A'

red 152 ◦ green 76 ◦ blue 42

#984C2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alert Tan #984C2A

Tints of Alert Tan #984C2A

RGB

 RED value IS 152 (59.77% from 255) = 56.3%

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 56.3%
G = 28.15%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#984C2A (or 0x984C2A) is known color: 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

RGB 152 76 42 -
CMYK 0 0.50 0.72 0.40
HSL 18.55º 0.57% 0.38% -
HSV(B) 18.55º 0.72% 0.6% -
XYZ 15.95 12.01 3.67 -
YUV 94.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 152 76 42 0 0.50 0.72 0.40 18.55 0.57 0.38
Hex 98 4C 2A 0 32 48 28 13 39 26
Octal 230 114 52 0 62 110 50 23 71 46
Binary 10011000 1001100 101010 0 110010 1001000 101000 10011 111001 100110

Color Harmonies of #984C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984C2A

Black with #984C2A

Text Example


Text Example

White with #984C2A

Text Example


Text Example

HTML Codes & Css Web 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>