#954F2E

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

Shades of Alert Tan #954F2E

Tints of Alert Tan #954F2E

Color information

#954F2E (or 0x954F2E) is unknown color: approx Alert Tan. HEX triplet: 95, 4F and 2E. RGB value is (149,79,46). Sum of RGB (Red+Green+Blue) = 149+79+46=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #954F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F2E is #6AB0D1. Grayscale: #606060. Windows color (decimal): -6992082 or 3035029. OLE color: 3035029.

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

Color convert

RGB1497946-
CMYK00.470.690.42
HSL19.22º52.82%38.24%-
HSV(B)19.22º69.13%58.43%-
XYZ15.6812.184.11-
YUV96.1799.69165.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=54.38%
G=28.83%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149794600.470.690.4219.2252.8238.24
Hex954F2E02F452A133526
Octal2251175605710552236546
Binary1001010110011111011100101111100010110101010011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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