#93452F

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

Shades of Tia Maria #93452F

Tints of Tia Maria #93452F

Color information

#93452F (or 0x93452F) is unknown color: approx Tia Maria. HEX triplet: 93, 45 and 2F. RGB value is (147,69,47). Sum of RGB (Red+Green+Blue) = 147+69+47=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93452F is #6CBAD0. Grayscale: #595959. Windows color (decimal): -7125713 or 3098003. OLE color: 3098003.

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

Color convert

RGB1476947-
CMYK00.530.680.42
HSL13.2º51.55%38.04%-
HSV(B)13.2º68.03%57.65%-
XYZ14.6710.663.97-
YUV89.81103.84168.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.89%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=55.89%
G=26.24%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147694700.530.680.4213.251.5538.04
Hex93452F035442Ad3426
Octal2231055706510452156446
Binary100100111000101101111011010110001001010101101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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