#94412E

Color #94412E Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #94412E

Tints of Tia Maria #94412E

Color information

#94412E (or 0x94412E) is unknown color: approx Tia Maria. HEX triplet: 94, 41 and 2E. RGB value is (148,65,46). Sum of RGB (Red+Green+Blue) = 148+65+46=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94412E is #6BBED1. Grayscale: #575757. Windows color (decimal): -7061202 or 3031444. OLE color: 3031444.

HSL color Cylindrical-coordinate representation of color #94412E: hue angle of 11.18º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94412E is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1486546-
CMYK00.560.690.42
HSL11.18º52.58%38.04%-
HSV(B)11.18º68.92%58.04%-
XYZ14.610.273.8-
YUV87.65104.5171.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.14%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=57.14%
G=25.10%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148654600.560.690.4211.1852.5838.04
Hex94412E038452Ab3526
Octal2241015607010552136546
Binary100101001000001101110011100010001011010101011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94412E; }

 p { color: rgb(148,65,46); }

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

<style>
 a { background-color: #94412E; }

 a { background-color: rgb(148,65,46); }

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

<style>
 span { border-color: #94412E; }

 span { border-color: rgb(148,65,46); }

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