#93422D

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

Shades of Tia Maria #93422D

Tints of Tia Maria #93422D

Color information

#93422D (or 0x93422D) is unknown color: approx Tia Maria. HEX triplet: 93, 42 and 2D. RGB value is (147,66,45). Sum of RGB (Red+Green+Blue) = 147+66+45=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #93422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93422D is #6CBDD2. Grayscale: #575757. Windows color (decimal): -7126483 or 2966163. OLE color: 2966163.

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

Color convert

RGB1476645-
CMYK00.550.690.42
HSL12.35º53.12%37.65%-
HSV(B)12.35º69.39%57.65%-
XYZ14.4510.293.71-
YUV87.82103.84170.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.98%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=56.98%
G=25.58%
B=17.44%

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
Decimal147664500.550.690.4212.3553.1237.65
Hex93422D037452Ac3526
Octal2231025506710552146546
Binary100100111000010101101011011110001011010101100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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