#954E2E

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

Shades of Alert Tan #954E2E

Tints of Alert Tan #954E2E

Color information

#954E2E (or 0x954E2E) is unknown color: approx Alert Tan. HEX triplet: 95, 4E and 2E. RGB value is (149,78,46). Sum of RGB (Red+Green+Blue) = 149+78+46=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #954E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E2E is #6AB1D1. Grayscale: #5F5F5F. Windows color (decimal): -6992338 or 3034773. OLE color: 3034773.

HSL color Cylindrical-coordinate representation of color #954E2E: hue angle of 18.64º 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 #954E2E is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1497846-
CMYK00.480.690.42
HSL18.64º52.82%38.24%-
HSV(B)18.64º69.13%58.43%-
XYZ15.6112.044.09-
YUV95.58100.02166.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.58%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=54.58%
G=28.57%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149784600.480.690.4218.6452.8238.24
Hex954E2E030452A133526
Octal2251165606010552236546
Binary1001010110011101011100110000100010110101010011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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