#954E28

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

Shades of Alert Tan #954E28

Tints of Alert Tan #954E28

Color information

#954E28 (or 0x954E28) is unknown color: approx Alert Tan. HEX triplet: 95, 4E and 28. RGB value is (149,78,40). Sum of RGB (Red+Green+Blue) = 149+78+40=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #954E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E28 is #6AB1D7. Grayscale: #5F5F5F. Windows color (decimal): -6992344 or 2641557. OLE color: 2641557.

HSL color Cylindrical-coordinate representation of color #954E28: hue angle of 20.92º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #954E28 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1497840-
CMYK00.480.730.42
HSL20.92º57.67%37.06%-
HSV(B)20.92º73.15%58.43%-
XYZ15.511.993.51-
YUV94.997.02166.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=55.81%
G=29.21%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149784000.480.730.4220.9257.6737.06
Hex954E28030492A153a25
Octal2251165006011152257245
Binary1001010110011101010000110000100100110101010101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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