Html Css Color HEX #994E2A Alert Tan

📋 copy color: '#994E2A'

red 153 ◦ green 78 ◦ blue 42

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

Shades of Alert Tan #994E2A

Tints of Alert Tan #994E2A

RGB

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

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

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

R = 56.04%
G = 28.57%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#994E2A (or 0x994E2A) is known color: Alert Tan. HEX triplet: 99, 4E and 2A. RGB value is (153,78,42). Sum of RGB (Red+Green+Blue) = 153+78+42=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E2A is #66B1D5. Grayscale: #606060. Windows color (decimal): -6730198 or 2772633. OLE color: 2772633.

HSL color Cylindrical-coordinate representation of color #994E2A: hue angle of 19.46º 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 #994E2A is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 42 -
CMYK 0 0.49 0.73 0.4
HSL 19.46º 0.57% 0.38% -
HSV(B) 19.46º 0.73% 0.6% -
XYZ 16.28 12.39 3.72 -
YUV 96.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 153 78 42 0 0.49 0.73 0.4 19.46 0.57 0.38
Hex 99 4E 2A 0 31 49 28 13 39 26
Octal 231 116 52 0 61 111 50 23 71 46
Binary 10011001 1001110 101010 0 110001 1001001 101000 10011 111001 100110

Color Harmonies of #994E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E2A

Black with #994E2A

Text Example


Text Example

White with #994E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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