#934F31

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

Shades of Alert Tan #934F31

Tints of Alert Tan #934F31

Color information

#934F31 (or 0x934F31) is unknown color: approx Alert Tan. HEX triplet: 93, 4F and 31. RGB value is (147,79,49). Sum of RGB (Red+Green+Blue) = 147+79+49=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #934F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934F31 is #6CB0CE. Grayscale: #606060. Windows color (decimal): -7123151 or 3231635. OLE color: 3231635.

HSL color Cylindrical-coordinate representation of color #934F31: hue angle of 18.37º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #934F31 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1477949-
CMYK00.460.670.42
HSL18.37º50%38.43%-
HSV(B)18.37º66.67%57.65%-
XYZ15.3812.024.41-
YUV95.91101.53164.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.45%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 49 (19.53% from 255) = 17.82%
R=53.45%
G=28.73%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147794900.460.670.4218.375038.43
Hex934F3102E432A123226
Octal2231176105610352226246
Binary1001001110011111100010101110100001110101010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,79,49); }

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

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

 a { background-color: rgb(147,79,49); }

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

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

 span { border-color: rgb(147,79,49); }

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