Html Css Color HEX #994C29 Alert Tan

📋 copy color: '#994C29'

red 153 ◦ green 76 ◦ blue 41

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

Shades of Alert Tan #994C29

Tints of Alert Tan #994C29

RGB

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

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

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

R = 56.67%
G = 28.15%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#994C29 (or 0x994C29) is known color: Alert Tan. HEX triplet: 99, 4C and 29. RGB value is (153,76,41). Sum of RGB (Red+Green+Blue) = 153+76+41=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #994C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C29 is #66B3D6. Grayscale: #5F5F5F. Windows color (decimal): -6730711 or 2706585. OLE color: 2706585.

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

Color convert

RGB 153 76 41 -
CMYK 0 0.50 0.73 0.4
HSL 18.75º 0.58% 0.38% -
HSV(B) 18.75º 0.73% 0.6% -
XYZ 16.12 12.1 3.58 -
YUV 95.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 153 76 41 0 0.50 0.73 0.4 18.75 0.58 0.38
Hex 99 4C 29 0 32 49 28 13 3A 26
Octal 231 114 51 0 62 111 50 23 72 46
Binary 10011001 1001100 101001 0 110010 1001001 101000 10011 111010 100110

Color Harmonies of #994C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C29

Black with #994C29

Text Example


Text Example

White with #994C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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