#94432E

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

Shades of Tia Maria #94432E

Tints of Tia Maria #94432E

Color information

#94432E (or 0x94432E) is unknown color: approx Tia Maria. HEX triplet: 94, 43 and 2E. RGB value is (148,67,46). Sum of RGB (Red+Green+Blue) = 148+67+46=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94432E is #6BBCD1. Grayscale: #585858. Windows color (decimal): -7060690 or 3031956. OLE color: 3031956.

HSL color Cylindrical-coordinate representation of color #94432E: hue angle of 12.35º 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 #94432E is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1486746-
CMYK00.550.690.42
HSL12.35º52.58%38.04%-
HSV(B)12.35º68.92%58.04%-
XYZ14.7110.513.84-
YUV88.82103.84170.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=56.70%
G=25.67%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148674600.550.690.4212.3552.5838.04
Hex94432E037452Ac3526
Octal2241035606710552146546
Binary100101001000011101110011011110001011010101100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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