#954A29

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

Shades of Alert Tan #954A29

Tints of Alert Tan #954A29

Color information

#954A29 (or 0x954A29) is unknown color: approx Alert Tan. HEX triplet: 95, 4A and 29. RGB value is (149,74,41). Sum of RGB (Red+Green+Blue) = 149+74+41=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #954A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A29 is #6AB5D6. Grayscale: #5C5C5C. Windows color (decimal): -6993367 or 2706069. OLE color: 2706069.

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

Color convert

RGB1497441-
CMYK00.500.720.42
HSL18.33º56.84%37.25%-
HSV(B)18.33º72.48%58.43%-
XYZ15.2411.453.5-
YUV92.6698.85168.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 74 (29.30% from 255) = 28.03%
BLUE value IS 41 (16.41% from 255) = 15.53%
R=56.44%
G=28.03%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149744100.500.720.4218.3356.8437.25
Hex954A29032482A123925
Octal2251125106211052227145
Binary1001010110010101010010110010100100010101010010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,74,41); }

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

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

 a { background-color: rgb(149,74,41); }

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

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

 span { border-color: rgb(149,74,41); }

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