#93472E

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

Shades of Tia Maria #93472E

Tints of Tia Maria #93472E

Color information

#93472E (or 0x93472E) is unknown color: approx Tia Maria. HEX triplet: 93, 47 and 2E. RGB value is (147,71,46). Sum of RGB (Red+Green+Blue) = 147+71+46=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #93472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93472E is #6CB8D1. Grayscale: #5B5B5B. Windows color (decimal): -7125202 or 3032979. OLE color: 3032979.

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

Color convert

RGB1477146-
CMYK00.520.690.42
HSL14.85º52.33%37.84%-
HSV(B)14.85º68.71%57.65%-
XYZ14.7810.913.91-
YUV90.87102.68168.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 46 (18.36% from 255) = 17.42%
R=55.68%
G=26.89%
B=17.42%

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
Decimal147714600.520.690.4214.8552.3337.84
Hex93472E034452Af3426
Octal2231075606410552176446
Binary100100111000111101110011010010001011010101111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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