Html Css Color HEX #994F2F Alert Tan

📋 copy color: '#994F2F'

red 153 ◦ green 79 ◦ blue 47

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

Shades of Alert Tan #994F2F

Tints of Alert Tan #994F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.32%

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

R = 54.84%
G = 28.32%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#994F2F (or 0x994F2F) is known color: Alert Tan. HEX triplet: 99, 4F and 2F. RGB value is (153,79,47). Sum of RGB (Red+Green+Blue) = 153+79+47=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #994F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F2F is #66B0D0. Grayscale: #616161. Windows color (decimal): -6729937 or 3100569. OLE color: 3100569.

HSL color Cylindrical-coordinate representation of color #994F2F: hue angle of 18.11º 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 #994F2F is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 47 -
CMYK 0 0.48 0.69 0.4
HSL 18.11º 0.53% 0.39% -
HSV(B) 18.11º 0.69% 0.6% -
XYZ 16.45 12.57 4.25 -
YUV 97.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 153 79 47 0 0.48 0.69 0.4 18.11 0.53 0.39
Hex 99 4F 2F 0 30 45 28 12 35 27
Octal 231 117 57 0 60 105 50 22 65 47
Binary 10011001 1001111 101111 0 110000 1000101 101000 10010 110101 100111

Color Harmonies of #994F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F2F

Black with #994F2F

Text Example


Text Example

White with #994F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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