#914721

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

Shades of Alert Tan #914721

Tints of Alert Tan #914721

Color information

#914721 (or 0x914721) is unknown color: approx Alert Tan. HEX triplet: 91, 47 and 21. RGB value is (145,71,33). Sum of RGB (Red+Green+Blue) = 145+71+33=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #914721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914721 is #6EB8DE. Grayscale: #595959. Windows color (decimal): -7256287 or 2181009. OLE color: 2181009.

HSL color Cylindrical-coordinate representation of color #914721: hue angle of 20.36º 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 #914721 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1457133-
CMYK00.510.770.43
HSL20.36º62.92%34.9%-
HSV(B)20.36º77.24%56.86%-
XYZ14.210.642.74-
YUV88.7996.52168.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.23%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=58.23%
G=28.51%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145713300.510.770.4320.3662.9234.9
Hex9147210334D2B143f23
Octal2211074106311553247743
Binary1001000110001111000010110011100110110101110100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914721; }

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

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

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

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

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

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

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

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