Html Css Color HEX #994E31 Alert Tan

📋 copy color: '#994E31'

red 153 ◦ green 78 ◦ blue 49

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

Shades of Alert Tan #994E31

Tints of Alert Tan #994E31

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.86%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 54.64%
G = 27.86%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#994E31 (or 0x994E31) is known color: Alert Tan. HEX triplet: 99, 4E and 31. RGB value is (153,78,49). Sum of RGB (Red+Green+Blue) = 153+78+49=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #994E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E31 is #66B1CE. Grayscale: #616161. Windows color (decimal): -6730191 or 3231385. OLE color: 3231385.

HSL color Cylindrical-coordinate representation of color #994E31: hue angle of 16.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994E31 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 49 -
CMYK 0 0.49 0.68 0.4
HSL 16.73º 0.51% 0.4% -
HSV(B) 16.73º 0.68% 0.6% -
XYZ 16.42 12.44 4.44 -
YUV 97.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 153 78 49 0 0.49 0.68 0.4 16.73 0.51 0.4
Hex 99 4E 31 0 31 44 28 11 33 28
Octal 231 116 61 0 61 104 50 21 63 50
Binary 10011001 1001110 110001 0 110001 1000100 101000 10001 110011 101000

Color Harmonies of #994E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E31

Black with #994E31

Text Example


Text Example

White with #994E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,78,49); }

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

background-color css

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

 a { background-color: rgb(153,78,49); }

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

border-color css

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

 span { border-color: rgb(153,78,49); }

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