#954F33

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

Shades of Alert Tan #954F33

Tints of Alert Tan #954F33

Color information

#954F33 (or 0x954F33) is unknown color: approx Alert Tan. HEX triplet: 95, 4F and 33. RGB value is (149,79,51). Sum of RGB (Red+Green+Blue) = 149+79+51=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #954F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F33 is #6AB0CC. Grayscale: #606060. Windows color (decimal): -6992077 or 3362709. OLE color: 3362709.

HSL color Cylindrical-coordinate representation of color #954F33: hue angle of 17.14º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954F33 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1497951-
CMYK00.470.660.42
HSL17.14º49%39.22%-
HSV(B)17.14º65.77%58.43%-
XYZ15.7912.224.66-
YUV96.74102.19165.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=53.41%
G=28.32%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149795100.470.660.4217.144939.22
Hex954F3302F422A113127
Octal2251176305710252216147
Binary1001010110011111100110101111100001010101010001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954F33; }

 p { color: rgb(149,79,51); }

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

<style>
 a { background-color: #954F33; }

 a { background-color: rgb(149,79,51); }

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

<style>
 span { border-color: #954F33; }

 span { border-color: rgb(149,79,51); }

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