#93472D

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

Shades of Tia Maria #93472D

Tints of Tia Maria #93472D

Color information

#93472D (or 0x93472D) is unknown color: approx Tia Maria. HEX triplet: 93, 47 and 2D. RGB value is (147,71,45). Sum of RGB (Red+Green+Blue) = 147+71+45=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93472D is #6CB8D2. Grayscale: #5A5A5A. Windows color (decimal): -7125203 or 2967443. OLE color: 2967443.

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

Color convert

RGB1477145-
CMYK00.520.690.42
HSL15.29º53.12%37.65%-
HSV(B)15.29º69.39%57.65%-
XYZ14.7610.93.81-
YUV90.76102.18168.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.89%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=55.89%
G=27.00%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147714500.520.690.4215.2953.1237.65
Hex93472D034452Af3526
Octal2231075506410552176546
Binary100100111000111101101011010010001011010101111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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