Html Css Color HEX #994E2D Alert Tan

📋 copy color: '#994E2D'

red 153 ◦ green 78 ◦ blue 45

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

Shades of Alert Tan #994E2D

Tints of Alert Tan #994E2D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.26%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 55.43%
G = 28.26%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#994E2D (or 0x994E2D) is known color: Alert Tan. HEX triplet: 99, 4E and 2D. RGB value is (153,78,45). Sum of RGB (Red+Green+Blue) = 153+78+45=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E2D is #66B1D2. Grayscale: #606060. Windows color (decimal): -6730195 or 2969241. OLE color: 2969241.

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

Color convert

RGB 153 78 45 -
CMYK 0 0.49 0.71 0.4
HSL 18.33º 0.55% 0.39% -
HSV(B) 18.33º 0.71% 0.6% -
XYZ 16.33 12.41 4.02 -
YUV 96.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 153 78 45 0 0.49 0.71 0.4 18.33 0.55 0.39
Hex 99 4E 2D 0 31 47 28 12 37 27
Octal 231 116 55 0 61 107 50 22 67 47
Binary 10011001 1001110 101101 0 110001 1000111 101000 10010 110111 100111

Color Harmonies of #994E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E2D

Black with #994E2D

Text Example


Text Example

White with #994E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,78,45); }

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

background-color css

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

 a { background-color: rgb(153,78,45); }

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

border-color css

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

 span { border-color: rgb(153,78,45); }

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