#93442F

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

Shades of Tia Maria #93442F

Tints of Tia Maria #93442F

Color information

#93442F (or 0x93442F) is unknown color: approx Tia Maria. HEX triplet: 93, 44 and 2F. RGB value is (147,68,47). Sum of RGB (Red+Green+Blue) = 147+68+47=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93442F is #6CBBD0. Grayscale: #595959. Windows color (decimal): -7125969 or 3097747. OLE color: 3097747.

HSL color Cylindrical-coordinate representation of color #93442F: hue angle of 12.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93442F is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1476847-
CMYK00.540.680.42
HSL12.6º51.55%38.04%-
HSV(B)12.6º68.03%57.65%-
XYZ14.6110.543.95-
YUV89.23104.17169.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.11%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=56.11%
G=25.95%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147684700.540.680.4212.651.5538.04
Hex93442F036442Ad3426
Octal2231045706610452156446
Binary100100111000100101111011011010001001010101101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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