Html Css Color HEX #994520 Alert Tan

📋 copy color: '#994520'

red 153 ◦ green 69 ◦ blue 32

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

Shades of Alert Tan #994520

Tints of Alert Tan #994520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 60.24%
G = 27.17%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#994520 (or 0x994520) is known color: Alert Tan. HEX triplet: 99, 45 and 20. RGB value is (153,69,32). Sum of RGB (Red+Green+Blue) = 153+69+32=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #994520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994520 is #66BADF. Grayscale: #5A5A5A. Windows color (decimal): -6732512 or 2114969. OLE color: 2114969.

HSL color Cylindrical-coordinate representation of color #994520: hue angle of 18.35º 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 #994520 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 32 -
CMYK 0 0.55 0.79 0.4
HSL 18.35º 0.65% 0.36% -
HSV(B) 18.35º 0.79% 0.6% -
XYZ 15.53 11.13 2.7 -
YUV 89.9 95.33 173.01 -
System Red Green Blue C M Y K H S L
Decimal 153 69 32 0 0.55 0.79 0.4 18.35 0.65 0.36
Hex 99 45 20 0 37 4F 28 12 41 24
Octal 231 105 40 0 67 117 50 22 101 44
Binary 10011001 1000101 100000 0 110111 1001111 101000 10010 1000001 100100

Color Harmonies of #994520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994520

Black with #994520

Text Example


Text Example

White with #994520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994520; }

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

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

background-color css

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

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

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

border-color css

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

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

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