#914A21

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

Shades of Alert Tan #914A21

Tints of Alert Tan #914A21

Color information

#914A21 (or 0x914A21) is unknown color: approx Alert Tan. HEX triplet: 91, 4A and 21. RGB value is (145,74,33). Sum of RGB (Red+Green+Blue) = 145+74+33=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #914A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A21 is #6EB5DE. Grayscale: #5A5A5A. Windows color (decimal): -7255519 or 2181777. OLE color: 2181777.

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

Color convert

RGB1457433-
CMYK00.490.770.43
HSL21.96º62.92%34.9%-
HSV(B)21.96º77.24%56.86%-
XYZ14.411.032.81-
YUV90.5695.52166.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.54%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 33 (13.28% from 255) = 13.10%
R=57.54%
G=29.37%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145743300.490.770.4321.9662.9234.9
Hex914A210314D2B163f23
Octal2211124106111553267743
Binary1001000110010101000010110001100110110101110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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