#964A1F

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

Shades of Alert Tan #964A1F

Tints of Alert Tan #964A1F

Color information

#964A1F (or 0x964A1F) is unknown color: approx Alert Tan. HEX triplet: 96, 4A and 1F. RGB value is (150,74,31). Sum of RGB (Red+Green+Blue) = 150+74+31=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #964A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A1F is #69B5E0. Grayscale: #5C5C5C. Windows color (decimal): -6927841 or 2050710. OLE color: 2050710.

HSL color Cylindrical-coordinate representation of color #964A1F: hue angle of 21.68º 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 #964A1F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1507431-
CMYK00.510.790.41
HSL21.68º65.75%35.49%-
HSV(B)21.68º79.33%58.82%-
XYZ15.2711.482.71-
YUV91.8293.68169.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=58.82%
G=29.02%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150743100.510.790.4121.6865.7535.49
Hex964A1F0334F29164223
Octal22611237063117512610243
Binary1001011010010101111101100111001111101001101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964A1F; }

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

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

<style>
 a { background-color: #964A1F; }

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

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

<style>
 span { border-color: #964A1F; }

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

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