#964A2F

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

Shades of Alert Tan #964A2F

Tints of Alert Tan #964A2F

Color information

#964A2F (or 0x964A2F) is unknown color: approx Alert Tan. HEX triplet: 96, 4A and 2F. RGB value is (150,74,47). Sum of RGB (Red+Green+Blue) = 150+74+47=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #964A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A2F is #69B5D0. Grayscale: #5D5D5D. Windows color (decimal): -6927825 or 3099286. OLE color: 3099286.

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

Color convert

RGB1507447-
CMYK00.510.690.41
HSL15.73º52.28%38.63%-
HSV(B)15.73º68.67%58.82%-
XYZ15.5411.594.11-
YUV93.65101.68168.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=55.35%
G=27.31%
B=17.34%

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
Decimal150744700.510.690.4115.7352.2838.63
Hex964A2F0334529103427
Octal2261125706310551206447
Binary1001011010010101011110110011100010110100110000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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