#93422F

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

Shades of Tia Maria #93422F

Tints of Tia Maria #93422F

Color information

#93422F (or 0x93422F) is unknown color: approx Tia Maria. HEX triplet: 93, 42 and 2F. RGB value is (147,66,47). Sum of RGB (Red+Green+Blue) = 147+66+47=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93422F is #6CBDD0. Grayscale: #585858. Windows color (decimal): -7126481 or 3097235. OLE color: 3097235.

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

Color convert

RGB1476647-
CMYK00.550.680.42
HSL11.4º51.55%38.04%-
HSV(B)11.4º68.03%57.65%-
XYZ14.4910.33.91-
YUV88.05104.84170.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.54%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=56.54%
G=25.38%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147664700.550.680.4211.451.5538.04
Hex93422F037442Ab3426
Octal2231025706710452136446
Binary100100111000010101111011011110001001010101011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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