#914B30

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

Shades of Alert Tan #914B30

Tints of Alert Tan #914B30

Color information

#914B30 (or 0x914B30) is unknown color: approx Alert Tan. HEX triplet: 91, 4B and 30. RGB value is (145,75,48). Sum of RGB (Red+Green+Blue) = 145+75+48=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #914B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914B30 is #6EB4CF. Grayscale: #5D5D5D. Windows color (decimal): -7255248 or 3165073. OLE color: 3165073.

HSL color Cylindrical-coordinate representation of color #914B30: hue angle of 16.7º 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 #914B30 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB1457548-
CMYK00.480.670.43
HSL16.7º50.26%37.84%-
HSV(B)16.7º66.9%56.86%-
XYZ14.7311.274.19-
YUV92.85102.69165.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.10%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=54.10%
G=27.99%
B=17.91%

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
Decimal145754800.480.670.4316.750.2637.84
Hex914B30030432B113226
Octal2211136006010353216246
Binary1001000110010111100000110000100001110101110001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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