#94462D

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

Shades of Tia Maria #94462D

Tints of Tia Maria #94462D

Color information

#94462D (or 0x94462D) is unknown color: approx Tia Maria. HEX triplet: 94, 46 and 2D. RGB value is (148,70,45). Sum of RGB (Red+Green+Blue) = 148+70+45=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94462D is #6BB9D2. Grayscale: #5A5A5A. Windows color (decimal): -7059923 or 2967188. OLE color: 2967188.

HSL color Cylindrical-coordinate representation of color #94462D: hue angle of 14.56º 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 #94462D is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1487045-
CMYK00.530.700.42
HSL14.56º53.37%37.84%-
HSV(B)14.56º69.59%58.04%-
XYZ14.8810.873.8-
YUV90.47102.34169.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=56.27%
G=26.62%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148704500.530.700.4214.5653.3737.84
Hex94462D035462Af3526
Octal2241065506510652176546
Binary100101001000110101101011010110001101010101111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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