#93442D

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

Shades of Tia Maria #93442D

Tints of Tia Maria #93442D

Color information

#93442D (or 0x93442D) is unknown color: approx Tia Maria. HEX triplet: 93, 44 and 2D. RGB value is (147,68,45). Sum of RGB (Red+Green+Blue) = 147+68+45=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93442D is #6CBBD2. Grayscale: #595959. Windows color (decimal): -7125971 or 2966675. OLE color: 2966675.

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

Color convert

RGB1476845-
CMYK00.540.690.42
HSL13.53º53.12%37.65%-
HSV(B)13.53º69.39%57.65%-
XYZ14.5710.533.75-
YUV89103.17169.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.54%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=56.54%
G=26.15%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147684500.540.690.4213.5353.1237.65
Hex93442D036452Ae3526
Octal2231045506610552166546
Binary100100111000100101101011011010001011010101110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,68,45); }

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

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

 a { background-color: rgb(147,68,45); }

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

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

 span { border-color: rgb(147,68,45); }

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