#954A2F

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

Shades of Alert Tan #954A2F

Tints of Alert Tan #954A2F

Color information

#954A2F (or 0x954A2F) is unknown color: approx Alert Tan. HEX triplet: 95, 4A and 2F. RGB value is (149,74,47). Sum of RGB (Red+Green+Blue) = 149+74+47=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #954A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A2F is #6AB5D0. Grayscale: #5D5D5D. Windows color (decimal): -6993361 or 3099285. OLE color: 3099285.

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

Color convert

RGB1497447-
CMYK00.500.680.42
HSL15.88º52.04%38.43%-
HSV(B)15.88º68.46%58.43%-
XYZ15.3611.494.1-
YUV93.35101.85167.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.19%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 47 (18.75% from 255) = 17.41%
R=55.19%
G=27.41%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149744700.500.680.4215.8852.0438.43
Hex954A2F032442A103426
Octal2251125706210452206446
Binary1001010110010101011110110010100010010101010000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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