Html Css Color HEX #994A22 Alert Tan

📋 copy color: '#994A22'

red 153 ◦ green 74 ◦ blue 34

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

Shades of Alert Tan #994A22

Tints of Alert Tan #994A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 58.62%
G = 28.35%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#994A22 (or 0x994A22) is known color: Alert Tan. HEX triplet: 99, 4A and 22. RGB value is (153,74,34). Sum of RGB (Red+Green+Blue) = 153+74+34=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #994A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A22 is #66B5DD. Grayscale: #5D5D5D. Windows color (decimal): -6731230 or 2247321. OLE color: 2247321.

HSL color Cylindrical-coordinate representation of color #994A22: hue angle of 20.17º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #994A22 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 74 34 -
CMYK 0 0.52 0.78 0.4
HSL 20.17º 0.64% 0.37% -
HSV(B) 20.17º 0.78% 0.6% -
XYZ 15.87 11.79 2.95 -
YUV 93.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 153 74 34 0 0.52 0.78 0.4 20.17 0.64 0.37
Hex 99 4A 22 0 34 4E 28 14 40 25
Octal 231 112 42 0 64 116 50 24 100 45
Binary 10011001 1001010 100010 0 110100 1001110 101000 10100 1000000 100101

Color Harmonies of #994A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A22

Black with #994A22

Text Example


Text Example

White with #994A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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