#914a24

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

Shades of Alert Tan #914A24

Tints of Alert Tan #914A24

Color information

#914A24 (or 0x914A24) is unknown color: approx Alert Tan. HEX triplet: 91, 4A and 24. RGB value is (145,74,36). Sum of RGB (Red+Green+Blue) = 145+74+36=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #914A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A24 is #6EB5DB. Grayscale: #5B5B5B. Windows color (decimal): -7255516 or 2378385. OLE color: 2378385.

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

Color convert

RGB1457436-
CMYK00.490.750.43
HSL20.92º60.22%35.49%-
HSV(B)20.92º75.17%56.86%-
XYZ14.4411.043.04-
YUV90.997.02166.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.86%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 36 (14.45% from 255) = 14.12%
R=56.86%
G=29.02%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145743600.490.750.4320.9260.2235.49
Hex914A240314B2B153c23
Octal2211124406111353257443
Binary1001000110010101001000110001100101110101110101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914a24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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