Html Css Color HEX #994C2E Alert Tan

📋 copy color: '#994C2E'

red 153 ◦ green 76 ◦ blue 46

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

Shades of Alert Tan #994C2E

Tints of Alert Tan #994C2E

RGB

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

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

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

R = 55.64%
G = 27.64%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#994C2E (or 0x994C2E) is known color: Alert Tan. HEX triplet: 99, 4C and 2E. RGB value is (153,76,46). Sum of RGB (Red+Green+Blue) = 153+76+46=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #994C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C2E is #66B3D1. Grayscale: #5F5F5F. Windows color (decimal): -6730706 or 3034265. OLE color: 3034265.

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

Color convert

RGB 153 76 46 -
CMYK 0 0.50 0.70 0.4
HSL 16.82º 0.54% 0.39% -
HSV(B) 16.82º 0.7% 0.6% -
XYZ 16.21 12.14 4.07 -
YUV 95.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 153 76 46 0 0.50 0.70 0.4 16.82 0.54 0.39
Hex 99 4C 2E 0 32 46 28 11 36 27
Octal 231 114 56 0 62 106 50 21 66 47
Binary 10011001 1001100 101110 0 110010 1000110 101000 10001 110110 100111

Color Harmonies of #994C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C2E

Black with #994C2E

Text Example


Text Example

White with #994C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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