#93432F

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

Shades of Tia Maria #93432F

Tints of Tia Maria #93432F

Color information

#93432F (or 0x93432F) is unknown color: approx Tia Maria. HEX triplet: 93, 43 and 2F. RGB value is (147,67,47). Sum of RGB (Red+Green+Blue) = 147+67+47=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93432F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93432F is #6CBCD0. Grayscale: #585858. Windows color (decimal): -7126225 or 3097491. OLE color: 3097491.

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

Color convert

RGB1476747-
CMYK00.540.680.42
HSL12º51.55%38.04%-
HSV(B)12º68.03%57.65%-
XYZ14.5510.423.93-
YUV88.64104.5169.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.32%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=56.32%
G=25.67%
B=18.01%

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
Decimal147674700.540.680.421251.5538.04
Hex93432F036442Ac3426
Octal2231035706610452146446
Binary100100111000011101111011011010001001010101100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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