Html Css Color HEX #994C2F Alert Tan

📋 copy color: '#994C2F'

red 153 ◦ green 76 ◦ blue 47

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

Shades of Alert Tan #994C2F

Tints of Alert Tan #994C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 55.43%
G = 27.54%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#994C2F (or 0x994C2F) is known color: Alert Tan. HEX triplet: 99, 4C and 2F. RGB value is (153,76,47). Sum of RGB (Red+Green+Blue) = 153+76+47=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C2F is #66B3D0. Grayscale: #5F5F5F. Windows color (decimal): -6730705 or 3099801. OLE color: 3099801.

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

Color convert

RGB 153 76 47 -
CMYK 0 0.50 0.69 0.4
HSL 16.42º 0.53% 0.39% -
HSV(B) 16.42º 0.69% 0.6% -
XYZ 16.23 12.15 4.18 -
YUV 95.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 153 76 47 0 0.50 0.69 0.4 16.42 0.53 0.39
Hex 99 4C 2F 0 32 45 28 10 35 27
Octal 231 114 57 0 62 105 50 20 65 47
Binary 10011001 1001100 101111 0 110010 1000101 101000 10000 110101 100111

Color Harmonies of #994C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C2F

Black with #994C2F

Text Example


Text Example

White with #994C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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