#964D2D

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

Shades of Alert Tan #964D2D

Tints of Alert Tan #964D2D

Color information

#964D2D (or 0x964D2D) is unknown color: approx Alert Tan. HEX triplet: 96, 4D and 2D. RGB value is (150,77,45). Sum of RGB (Red+Green+Blue) = 150+77+45=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #964D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D2D is #69B2D2. Grayscale: #5F5F5F. Windows color (decimal): -6927059 or 2968982. OLE color: 2968982.

HSL color Cylindrical-coordinate representation of color #964D2D: hue angle of 18.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964D2D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1507745-
CMYK00.490.700.41
HSL18.29º53.85%38.24%-
HSV(B)18.29º70%58.82%-
XYZ15.7111.983.97-
YUV95.1899.68167.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=55.15%
G=28.31%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150774500.490.700.4118.2953.8538.24
Hex964D2D0314629123626
Octal2261155506110651226646
Binary1001011010011011011010110001100011010100110010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,77,45); }

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

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

 a { background-color: rgb(150,77,45); }

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

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

 span { border-color: rgb(150,77,45); }

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