#994C32

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

Shades of Alert Tan #994C32

Tints of Alert Tan #994C32

Color information

#994C32 (or 0x994C32) is unknown color: approx Alert Tan. HEX triplet: 99, 4C and 32. RGB value is (153,76,50). Sum of RGB (Red+Green+Blue) = 153+76+50=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #994C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C32 is #66B3CD. Grayscale: #606060. Windows color (decimal): -6730702 or 3296409. OLE color: 3296409.

HSL color Cylindrical-coordinate representation of color #994C32: hue angle of 15.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994C32 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB1537650-
CMYK00.500.670.4
HSL15.15º50.74%39.8%-
HSV(B)15.15º67.32%60%-
XYZ16.312.174.51-
YUV96.06102.01168.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=54.84%
G=27.24%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153765000.500.670.415.1550.7439.8
Hex994C320324328f3328
Octal2311146206210350176350
Binary100110011001100110010011001010000111010001111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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