Html Css Color HEX #994C31 Alert Tan

📋 copy color: '#994C31'

red 153 ◦ green 76 ◦ blue 49

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

Shades of Alert Tan #994C31

Tints of Alert Tan #994C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 55.04%
G = 27.34%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#994C31 (or 0x994C31) is known color: Alert Tan. HEX triplet: 99, 4C and 31. RGB value is (153,76,49). Sum of RGB (Red+Green+Blue) = 153+76+49=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #994C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C31 is #66B3CE. Grayscale: #606060. Windows color (decimal): -6730703 or 3230873. OLE color: 3230873.

HSL color Cylindrical-coordinate representation of color #994C31: hue angle of 15.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994C31 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 49 -
CMYK 0 0.50 0.68 0.4
HSL 15.58º 0.51% 0.4% -
HSV(B) 15.58º 0.68% 0.6% -
XYZ 16.28 12.16 4.4 -
YUV 95.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 153 76 49 0 0.50 0.68 0.4 15.58 0.51 0.4
Hex 99 4C 31 0 32 44 28 10 33 28
Octal 231 114 61 0 62 104 50 20 63 50
Binary 10011001 1001100 110001 0 110010 1000100 101000 10000 110011 101000

Color Harmonies of #994C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C31

Black with #994C31

Text Example


Text Example

White with #994C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,76,49); }

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

background-color css

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

 a { background-color: rgb(153,76,49); }

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

border-color css

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

 span { border-color: rgb(153,76,49); }

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