Html Css Color HEX #994F2E Alert Tan

📋 copy color: '#994F2E'

red 153 ◦ green 79 ◦ blue 46

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

Shades of Alert Tan #994F2E

Tints of Alert Tan #994F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 55.04%
G = 28.42%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#994F2E (or 0x994F2E) is known color: Alert Tan. HEX triplet: 99, 4F and 2E. RGB value is (153,79,46). Sum of RGB (Red+Green+Blue) = 153+79+46=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #994F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F2E is #66B0D1. Grayscale: #616161. Windows color (decimal): -6729938 or 3035033. OLE color: 3035033.

HSL color Cylindrical-coordinate representation of color #994F2E: hue angle of 18.5º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994F2E is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 46 -
CMYK 0 0.48 0.70 0.4
HSL 18.5º 0.54% 0.39% -
HSV(B) 18.5º 0.7% 0.6% -
XYZ 16.43 12.56 4.14 -
YUV 97.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 153 79 46 0 0.48 0.70 0.4 18.5 0.54 0.39
Hex 99 4F 2E 0 30 46 28 13 36 27
Octal 231 117 56 0 60 106 50 23 66 47
Binary 10011001 1001111 101110 0 110000 1000110 101000 10011 110110 100111

Color Harmonies of #994F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F2E

Black with #994F2E

Text Example


Text Example

White with #994F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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