Html Css Color HEX #994D2C Alert Tan

📋 copy color: '#994D2C'

red 153 ◦ green 77 ◦ blue 44

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

Shades of Alert Tan #994D2C

Tints of Alert Tan #994D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.1%

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 55.84%
G = 28.1%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#994D2C (or 0x994D2C) is known color: Alert Tan. HEX triplet: 99, 4D and 2C. RGB value is (153,77,44). Sum of RGB (Red+Green+Blue) = 153+77+44=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D2C is #66B2D3. Grayscale: #606060. Windows color (decimal): -6730452 or 2903449. OLE color: 2903449.

HSL color Cylindrical-coordinate representation of color #994D2C: hue angle of 18.17º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #994D2C is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 44 -
CMYK 0 0.50 0.71 0.4
HSL 18.17º 0.55% 0.39% -
HSV(B) 18.17º 0.71% 0.6% -
XYZ 16.25 12.26 3.89 -
YUV 95.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 153 77 44 0 0.50 0.71 0.4 18.17 0.55 0.39
Hex 99 4D 2C 0 32 47 28 12 37 27
Octal 231 115 54 0 62 107 50 22 67 47
Binary 10011001 1001101 101100 0 110010 1000111 101000 10010 110111 100111

Color Harmonies of #994D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D2C

Black with #994D2C

Text Example


Text Example

White with #994D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,77,44); }

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

background-color css

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

 a { background-color: rgb(153,77,44); }

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

border-color css

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

 span { border-color: rgb(153,77,44); }

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