Html Css Color HEX #994720 Alert Tan

📋 copy color: '#994720'

red 153 ◦ green 71 ◦ blue 32

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

Shades of Alert Tan #994720

Tints of Alert Tan #994720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.73%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 59.77%
G = 27.73%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#994720 (or 0x994720) is known color: Alert Tan. HEX triplet: 99, 47 and 20. RGB value is (153,71,32). Sum of RGB (Red+Green+Blue) = 153+71+32=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994720 is #66B8DF. Grayscale: #5B5B5B. Windows color (decimal): -6732000 or 2115481. OLE color: 2115481.

HSL color Cylindrical-coordinate representation of color #994720: hue angle of 19.34º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #994720 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 71 32 -
CMYK 0 0.54 0.79 0.4
HSL 19.34º 0.65% 0.36% -
HSV(B) 19.34º 0.79% 0.6% -
XYZ 15.65 11.38 2.74 -
YUV 91.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 153 71 32 0 0.54 0.79 0.4 19.34 0.65 0.36
Hex 99 47 20 0 36 4F 28 13 41 24
Octal 231 107 40 0 66 117 50 23 101 44
Binary 10011001 1000111 100000 0 110110 1001111 101000 10011 1000001 100100

Color Harmonies of #994720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994720

Black with #994720

Text Example


Text Example

White with #994720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994720; }

 p { color: rgb(153,71,32); }

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

background-color css

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

 a { background-color: rgb(153,71,32); }

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

border-color css

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

 span { border-color: rgb(153,71,32); }

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