#914D33

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

Shades of Alert Tan #914D33

Tints of Alert Tan #914D33

Color information

#914D33 (or 0x914D33) is unknown color: approx Alert Tan. HEX triplet: 91, 4D and 33. RGB value is (145,77,51). Sum of RGB (Red+Green+Blue) = 145+77+51=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #914D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D33 is #6EB2CC. Grayscale: #5E5E5E. Windows color (decimal): -7254733 or 3362193. OLE color: 3362193.

HSL color Cylindrical-coordinate representation of color #914D33: hue angle of 16.6º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #914D33 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB1457751-
CMYK00.470.650.43
HSL16.6º47.96%38.43%-
HSV(B)16.6º64.83%56.86%-
XYZ14.9311.574.58-
YUV94.37103.53164.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.11%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=53.11%
G=28.21%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145775100.470.650.4316.647.9638.43
Hex914D3302F412B113026
Octal2211156305710153216046
Binary1001000110011011100110101111100000110101110001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914D33; }

 p { color: rgb(145,77,51); }

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

<style>
 a { background-color: #914D33; }

 a { background-color: rgb(145,77,51); }

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

<style>
 span { border-color: #914D33; }

 span { border-color: rgb(145,77,51); }

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