#914C30

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

Shades of Alert Tan #914C30

Tints of Alert Tan #914C30

Color information

#914C30 (or 0x914C30) is unknown color: approx Alert Tan. HEX triplet: 91, 4C and 30. RGB value is (145,76,48). Sum of RGB (Red+Green+Blue) = 145+76+48=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #914C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914C30 is #6EB3CF. Grayscale: #5D5D5D. Windows color (decimal): -7254992 or 3165329. OLE color: 3165329.

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

Color convert

RGB1457648-
CMYK00.480.670.43
HSL17.32º50.26%37.84%-
HSV(B)17.32º66.9%56.86%-
XYZ14.7911.44.22-
YUV93.44102.36164.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.90%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=53.90%
G=28.25%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145764800.480.670.4317.3250.2637.84
Hex914C30030432B113226
Octal2211146006010353216246
Binary1001000110011001100000110000100001110101110001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,76,48); }

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

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

 a { background-color: rgb(145,76,48); }

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

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

 span { border-color: rgb(145,76,48); }

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