Html Css Color HEX #994A29 Alert Tan

📋 copy color: '#994A29'

red 153 ◦ green 74 ◦ blue 41

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

Shades of Alert Tan #994A29

Tints of Alert Tan #994A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 57.09%
G = 27.61%
B = 15.3%

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

#994A29 (or 0x994A29) is known color: Alert Tan. HEX triplet: 99, 4A and 29. RGB value is (153,74,41). Sum of RGB (Red+Green+Blue) = 153+74+41=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #994A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A29 is #66B5D6. Grayscale: #5E5E5E. Windows color (decimal): -6731223 or 2706073. OLE color: 2706073.

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

Color convert

RGB 153 74 41 -
CMYK 0 0.52 0.73 0.4
HSL 17.68º 0.58% 0.38% -
HSV(B) 17.68º 0.73% 0.6% -
XYZ 15.99 11.83 3.54 -
YUV 93.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 153 74 41 0 0.52 0.73 0.4 17.68 0.58 0.38
Hex 99 4A 29 0 34 49 28 12 3A 26
Octal 231 112 51 0 64 111 50 22 72 46
Binary 10011001 1001010 101001 0 110100 1001001 101000 10010 111010 100110

Color Harmonies of #994A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A29

Black with #994A29

Text Example


Text Example

White with #994A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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