#914B20

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

Shades of Alert Tan #914B20

Tints of Alert Tan #914B20

Color information

#914B20 (or 0x914B20) is unknown color: approx Alert Tan. HEX triplet: 91, 4B and 20. RGB value is (145,75,32). Sum of RGB (Red+Green+Blue) = 145+75+32=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #914B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914B20 is #6EB4DF. Grayscale: #5B5B5B. Windows color (decimal): -7255264 or 2116497. OLE color: 2116497.

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

Color convert

RGB1457532-
CMYK00.480.780.43
HSL22.83º63.84%34.71%-
HSV(B)22.83º77.93%56.86%-
XYZ14.4511.162.76-
YUV91.0394.69166.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.54%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=57.54%
G=29.76%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145753200.480.780.4322.8363.8434.71
Hex914B200304E2B174023
Octal22111340060116532710043
Binary10010001100101110000001100001001110101011101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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