#914A31

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

Shades of Alert Tan #914A31

Tints of Alert Tan #914A31

Color information

#914A31 (or 0x914A31) is unknown color: approx Alert Tan. HEX triplet: 91, 4A and 31. RGB value is (145,74,49). Sum of RGB (Red+Green+Blue) = 145+74+49=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #914A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A31 is #6EB5CE. Grayscale: #5C5C5C. Windows color (decimal): -7255503 or 3230353. OLE color: 3230353.

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

Color convert

RGB1457449-
CMYK00.490.660.43
HSL15.63º49.48%38.04%-
HSV(B)15.63º66.21%56.86%-
XYZ14.6811.144.28-
YUV92.38103.52165.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.10%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=54.10%
G=27.61%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145744900.490.660.4315.6349.4838.04
Hex914A31031422B103126
Octal2211126106110253206146
Binary1001000110010101100010110001100001010101110000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,74,49); }

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

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

 a { background-color: rgb(145,74,49); }

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

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

 span { border-color: rgb(145,74,49); }

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