#94472A

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

Shades of Alert Tan #94472A

Tints of Alert Tan #94472A

Color information

#94472A (or 0x94472A) is unknown color: approx Alert Tan. HEX triplet: 94, 47 and 2A. RGB value is (148,71,42). Sum of RGB (Red+Green+Blue) = 148+71+42=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94472A is #6BB8D5. Grayscale: #5A5A5A. Windows color (decimal): -7059670 or 2770836. OLE color: 2770836.

HSL color Cylindrical-coordinate representation of color #94472A: hue angle of 16.42º degrees, saturation: 0.56, 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 #94472A is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1487142-
CMYK00.520.720.42
HSL16.42º55.79%37.25%-
HSV(B)16.42º71.62%58.04%-
XYZ14.8810.973.52-
YUV90.72100.51168.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=56.70%
G=27.20%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148714200.520.720.4216.4255.7937.25
Hex94472A034482A103825
Octal2241075206411052207045
Binary1001010010001111010100110100100100010101010000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94472A; }

 p { color: rgb(148,71,42); }

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

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

 a { background-color: rgb(148,71,42); }

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

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

 span { border-color: rgb(148,71,42); }

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