Html Css Color HEX #994A2A Alert Tan

📋 copy color: '#994A2A'

red 153 ◦ green 74 ◦ blue 42

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

Shades of Alert Tan #994A2A

Tints of Alert Tan #994A2A

RGB

 RED value IS 153 (60.16% from 255) = 56.88%

 GREEN value IS 74 (29.3% from 255) = 27.51%

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

R = 56.88%
G = 27.51%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#994A2A (or 0x994A2A) is known color: Alert Tan. HEX triplet: 99, 4A and 2A. RGB value is (153,74,42). Sum of RGB (Red+Green+Blue) = 153+74+42=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #994A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A2A is #66B5D5. Grayscale: #5E5E5E. Windows color (decimal): -6731222 or 2771609. OLE color: 2771609.

HSL color Cylindrical-coordinate representation of color #994A2A: hue angle of 17.3º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #994A2A is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 74 42 -
CMYK 0 0.52 0.73 0.4
HSL 17.3º 0.57% 0.38% -
HSV(B) 17.3º 0.73% 0.6% -
XYZ 16 11.84 3.63 -
YUV 93.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 153 74 42 0 0.52 0.73 0.4 17.3 0.57 0.38
Hex 99 4A 2A 0 34 49 28 11 39 26
Octal 231 112 52 0 64 111 50 21 71 46
Binary 10011001 1001010 101010 0 110100 1001001 101000 10001 111001 100110

Color Harmonies of #994A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A2A

Black with #994A2A

Text Example


Text Example

White with #994A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994A2A; }

 p { color: rgb(153,74,42); }

 H1.HeaderClassName
 {
   color: #994A2A;
 }
 .AnyTagClassName
 {
   color: #994A2A;
 }
</style>

background-color css

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

 a { background-color: rgb(153,74,42); }

 div.DivClassName
 {
   background-color: #994A2A;
 }
 .BgClassName
 {
   background-color: #994A2A;
 }
</style>

border-color css

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

 span { border-color: rgb(153,74,42); }

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