#954728

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

Shades of Alert Tan #954728

Tints of Alert Tan #954728

Color information

#954728 (or 0x954728) is unknown color: approx Alert Tan. HEX triplet: 95, 47 and 28. RGB value is (149,71,40). Sum of RGB (Red+Green+Blue) = 149+71+40=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #954728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954728 is #6AB8D7. Grayscale: #5A5A5A. Windows color (decimal): -6994136 or 2639765. OLE color: 2639765.

HSL color Cylindrical-coordinate representation of color #954728: hue angle of 17.06º 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 #954728 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1497140-
CMYK00.520.730.42
HSL17.06º57.67%37.06%-
HSV(B)17.06º73.15%58.43%-
XYZ15.0311.053.35-
YUV90.7999.34169.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=57.31%
G=27.31%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149714000.520.730.4217.0657.6737.06
Hex954728034492A113a25
Octal2251075006411152217245
Binary1001010110001111010000110100100100110101010001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954728; }

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

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

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

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

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

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

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

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