Html Css Color HEX #994B2D Alert Tan

📋 copy color: '#994B2D'

red 153 ◦ green 75 ◦ blue 45

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

Shades of Alert Tan #994B2D

Tints of Alert Tan #994B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.47%

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

R = 56.04%
G = 27.47%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#994B2D (or 0x994B2D) is known color: Alert Tan. HEX triplet: 99, 4B and 2D. RGB value is (153,75,45). Sum of RGB (Red+Green+Blue) = 153+75+45=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B2D is #66B4D2. Grayscale: #5F5F5F. Windows color (decimal): -6730963 or 2968473. OLE color: 2968473.

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

Color convert

RGB 153 75 45 -
CMYK 0 0.51 0.71 0.4
HSL 16.67º 0.55% 0.39% -
HSV(B) 16.67º 0.71% 0.6% -
XYZ 16.13 11.99 3.95 -
YUV 94.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 153 75 45 0 0.51 0.71 0.4 16.67 0.55 0.39
Hex 99 4B 2D 0 33 47 28 11 37 27
Octal 231 113 55 0 63 107 50 21 67 47
Binary 10011001 1001011 101101 0 110011 1000111 101000 10001 110111 100111

Color Harmonies of #994B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B2D

Black with #994B2D

Text Example


Text Example

White with #994B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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