#934D20

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

Shades of Alert Tan #934D20

Tints of Alert Tan #934D20

Color information

#934D20 (or 0x934D20) is unknown color: approx Alert Tan. HEX triplet: 93, 4D and 20. RGB value is (147,77,32). Sum of RGB (Red+Green+Blue) = 147+77+32=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #934D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934D20 is #6CB2DF. Grayscale: #5D5D5D. Windows color (decimal): -7123680 or 2117011. OLE color: 2117011.

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

Color convert

RGB1477732-
CMYK00.480.780.42
HSL23.48º64.25%35.1%-
HSV(B)23.48º78.23%57.65%-
XYZ14.9511.622.82-
YUV92.893.69166.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.42%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=57.42%
G=30.08%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147773200.480.780.4223.4864.2535.1
Hex934D200304E2A174023
Octal22311540060116522710043
Binary10010011100110110000001100001001110101010101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934D20; }

 p { color: rgb(147,77,32); }

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

<style>
 a { background-color: #934D20; }

 a { background-color: rgb(147,77,32); }

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

<style>
 span { border-color: #934D20; }

 span { border-color: rgb(147,77,32); }

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