#954A2B

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

Shades of Alert Tan #954A2B

Tints of Alert Tan #954A2B

Color information

#954A2B (or 0x954A2B) is unknown color: approx Alert Tan. HEX triplet: 95, 4A and 2B. RGB value is (149,74,43). Sum of RGB (Red+Green+Blue) = 149+74+43=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #954A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A2B is #6AB5D4. Grayscale: #5D5D5D. Windows color (decimal): -6993365 or 2837141. OLE color: 2837141.

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

Color convert

RGB1497443-
CMYK00.500.710.42
HSL17.55º55.21%37.65%-
HSV(B)17.55º71.14%58.43%-
XYZ15.2811.463.69-
YUV92.8999.85168.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=56.02%
G=27.82%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149744300.500.710.4217.5555.2137.65
Hex954A2B032472A123726
Octal2251125306210752226746
Binary1001010110010101010110110010100011110101010010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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