#94472D

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

Shades of Tia Maria #94472D

Tints of Tia Maria #94472D

Color information

#94472D (or 0x94472D) is unknown color: approx Tia Maria. HEX triplet: 94, 47 and 2D. RGB value is (148,71,45). Sum of RGB (Red+Green+Blue) = 148+71+45=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #94472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94472D is #6BB8D2. Grayscale: #5B5B5B. Windows color (decimal): -7059667 or 2967444. OLE color: 2967444.

HSL color Cylindrical-coordinate representation of color #94472D: hue angle of 15.15º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94472D is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1487145-
CMYK00.520.700.42
HSL15.15º53.37%37.84%-
HSV(B)15.15º69.59%58.04%-
XYZ14.9410.993.82-
YUV91.06102.01168.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.06%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=56.06%
G=26.89%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148714500.520.700.4215.1553.3737.84
Hex94472D034462Af3526
Octal2241075506410652176546
Binary100101001000111101101011010010001101010101111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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