#994D2E

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

Shades of Alert Tan #994D2E

Tints of Alert Tan #994D2E

Color information

#994D2E (or 0x994D2E) is unknown color: approx Alert Tan. HEX triplet: 99, 4D and 2E. RGB value is (153,77,46). Sum of RGB (Red+Green+Blue) = 153+77+46=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D2E is #66B2D1. Grayscale: #606060. Windows color (decimal): -6730450 or 3034521. OLE color: 3034521.

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

Color convert

RGB1537746-
CMYK00.500.700.4
HSL17.38º53.77%39.02%-
HSV(B)17.38º69.93%60%-
XYZ16.2812.284.1-
YUV96.1999.68168.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=55.43%
G=27.90%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153774600.500.700.417.3853.7739.02
Hex994D2E0324628113627
Octal2311155606210650216647
Binary1001100110011011011100110010100011010100010001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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