#954524

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

Shades of Alert Tan #954524

Tints of Alert Tan #954524

Color information

#954524 (or 0x954524) is unknown color: approx Alert Tan. HEX triplet: 95, 45 and 24. RGB value is (149,69,36). Sum of RGB (Red+Green+Blue) = 149+69+36=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #954524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954524 is #6ABADB. Grayscale: #595959. Windows color (decimal): -6994652 or 2377109. OLE color: 2377109.

HSL color Cylindrical-coordinate representation of color #954524: hue angle of 17.52º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #954524 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1496936-
CMYK00.540.760.42
HSL17.52º61.08%36.27%-
HSV(B)17.52º75.84%58.43%-
XYZ14.8410.772.97-
YUV89.1698170.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=58.66%
G=27.17%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149693600.540.760.4217.5261.0836.27
Hex9545240364C2A123d24
Octal2251054406611452227544
Binary1001010110001011001000110110100110010101010010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954524; }

 p { color: rgb(149,69,36); }

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

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

 a { background-color: rgb(149,69,36); }

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

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

 span { border-color: rgb(149,69,36); }

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