#914D1F

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

Shades of Alert Tan #914D1F

Tints of Alert Tan #914D1F

Color information

#914D1F (or 0x914D1F) is unknown color: approx Alert Tan. HEX triplet: 91, 4D and 1F. RGB value is (145,77,31). Sum of RGB (Red+Green+Blue) = 145+77+31=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #914D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D1F is #6EB2E0. Grayscale: #5C5C5C. Windows color (decimal): -7254753 or 2051473. OLE color: 2051473.

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

Color convert

RGB1457731-
CMYK00.470.790.43
HSL24.21º64.77%34.51%-
HSV(B)24.21º78.62%56.86%-
XYZ14.5811.432.73-
YUV92.0993.53165.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.31%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 31 (12.5% from 255) = 12.25%
R=57.31%
G=30.43%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145773100.470.790.4324.2164.7734.51
Hex914D1F02F4F2B184123
Octal22111537057117533010143
Binary1001000110011011111101011111001111101011110001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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