#94502A

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

Shades of Alert Tan #94502A

Tints of Alert Tan #94502A

Color information

#94502A (or 0x94502A) is unknown color: approx Alert Tan. HEX triplet: 94, 50 and 2A. RGB value is (148,80,42). Sum of RGB (Red+Green+Blue) = 148+80+42=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #94502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94502A is #6BAFD5. Grayscale: #606060. Windows color (decimal): -7057366 or 2773140. OLE color: 2773140.

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

Color convert

RGB1488042-
CMYK00.460.720.42
HSL21.51º55.79%37.25%-
HSV(B)21.51º71.62%58.04%-
XYZ15.512.23.73-
YUV9697.53165.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.81%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=54.81%
G=29.63%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148804200.460.720.4221.5155.7937.25
Hex94502A02E482A163825
Octal2241205205611052267045
Binary1001010010100001010100101110100100010101010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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