Html Css Color HEX #994A2D Alert Tan

📋 copy color: '#994A2D'

red 153 ◦ green 74 ◦ blue 45

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

Shades of Alert Tan #994A2D

Tints of Alert Tan #994A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 56.25%
G = 27.21%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#994A2D (or 0x994A2D) is known color: Alert Tan. HEX triplet: 99, 4A and 2D. RGB value is (153,74,45). Sum of RGB (Red+Green+Blue) = 153+74+45=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #994A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A2D is #66B5D2. Grayscale: #5E5E5E. Windows color (decimal): -6731219 or 2968217. OLE color: 2968217.

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

Color convert

RGB 153 74 45 -
CMYK 0 0.52 0.71 0.4
HSL 16.11º 0.55% 0.39% -
HSV(B) 16.11º 0.71% 0.6% -
XYZ 16.06 11.86 3.93 -
YUV 94.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 153 74 45 0 0.52 0.71 0.4 16.11 0.55 0.39
Hex 99 4A 2D 0 34 47 28 10 37 27
Octal 231 112 55 0 64 107 50 20 67 47
Binary 10011001 1001010 101101 0 110100 1000111 101000 10000 110111 100111

Color Harmonies of #994A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A2D

Black with #994A2D

Text Example


Text Example

White with #994A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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