Html Css Color HEX #994726 Alert Tan

📋 copy color: '#994726'

red 153 ◦ green 71 ◦ blue 38

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

Shades of Alert Tan #994726

Tints of Alert Tan #994726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.5%

R = 58.4%
G = 27.1%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#994726 (or 0x994726) is known color: Alert Tan. HEX triplet: 99, 47 and 26. RGB value is (153,71,38). Sum of RGB (Red+Green+Blue) = 153+71+38=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #994726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994726 is #66B8D9. Grayscale: #5B5B5B. Windows color (decimal): -6731994 or 2508697. OLE color: 2508697.

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

Color convert

RGB 153 71 38 -
CMYK 0 0.54 0.75 0.4
HSL 17.22º 0.6% 0.37% -
HSV(B) 17.22º 0.75% 0.6% -
XYZ 15.74 11.42 3.21 -
YUV 91.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 153 71 38 0 0.54 0.75 0.4 17.22 0.6 0.37
Hex 99 47 26 0 36 4B 28 11 3C 25
Octal 231 107 46 0 66 113 50 21 74 45
Binary 10011001 1000111 100110 0 110110 1001011 101000 10001 111100 100101

Color Harmonies of #994726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994726

Black with #994726

Text Example


Text Example

White with #994726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994726; }

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

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

background-color css

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

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

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

border-color css

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

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

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