#96481F

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

Shades of Alert Tan #96481F

Tints of Alert Tan #96481F

Color information

#96481F (or 0x96481F) is unknown color: approx Alert Tan. HEX triplet: 96, 48 and 1F. RGB value is (150,72,31). Sum of RGB (Red+Green+Blue) = 150+72+31=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #96481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96481F is #69B7E0. Grayscale: #5A5A5A. Windows color (decimal): -6928353 or 2050198. OLE color: 2050198.

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

Color convert

RGB1507231-
CMYK00.520.790.41
HSL20.67º65.75%35.49%-
HSV(B)20.67º79.33%58.82%-
XYZ15.1411.222.66-
YUV90.6594.34170.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.29%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 31 (12.5% from 255) = 12.25%
R=59.29%
G=28.46%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150723100.520.790.4120.6765.7535.49
Hex96481F0344F29154223
Octal22611037064117512510243
Binary1001011010010001111101101001001111101001101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,72,31); }

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

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

 a { background-color: rgb(150,72,31); }

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

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

 span { border-color: rgb(150,72,31); }

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