#994B2F

Color #994B2F Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #994B2F

Tints of Alert Tan #994B2F

Color information

#994B2F (or 0x994B2F) is unknown color: approx Alert Tan. HEX triplet: 99, 4B and 2F. RGB value is (153,75,47). Sum of RGB (Red+Green+Blue) = 153+75+47=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #994B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B2F is #66B4D0. Grayscale: #5F5F5F. Windows color (decimal): -6730961 or 3099545. OLE color: 3099545.

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

Color convert

RGB1537547-
CMYK00.510.690.4
HSL15.85º53%39.22%-
HSV(B)15.85º69.28%60%-
XYZ16.1712.014.16-
YUV95.13100.84169.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 47 (18.75% from 255) = 17.09%
R=55.64%
G=27.27%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153754700.510.690.415.855339.22
Hex994B2F0334528103527
Octal2311135706310550206547
Binary1001100110010111011110110011100010110100010000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #994B2F;
 }
 .AnyTagClassName
 {
   color: #994B2F;
 }
</style>
background-color css

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

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

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

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

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

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