#96492F

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

Shades of Alert Tan #96492F

Tints of Alert Tan #96492F

Color information

#96492F (or 0x96492F) is unknown color: approx Alert Tan. HEX triplet: 96, 49 and 2F. RGB value is (150,73,47). Sum of RGB (Red+Green+Blue) = 150+73+47=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #96492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96492F is #69B6D0. Grayscale: #5D5D5D. Windows color (decimal): -6928081 or 3099030. OLE color: 3099030.

HSL color Cylindrical-coordinate representation of color #96492F: hue angle of 15.15º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96492F is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1507347-
CMYK00.510.690.41
HSL15.15º52.28%38.63%-
HSV(B)15.15º68.67%58.82%-
XYZ15.4711.454.08-
YUV93.06102.01168.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 47 (18.75% from 255) = 17.41%
R=55.56%
G=27.04%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150734700.510.690.4115.1552.2838.63
Hex96492F0334529f3427
Octal2261115706310551176447
Binary100101101001001101111011001110001011010011111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96492F; }

 p { color: rgb(150,73,47); }

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

<style>
 a { background-color: #96492F; }

 a { background-color: rgb(150,73,47); }

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

<style>
 span { border-color: #96492F; }

 span { border-color: rgb(150,73,47); }

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