#934030

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

Shades of Tia Maria #934030

Tints of Tia Maria #934030

Color information

#934030 (or 0x934030) is unknown color: approx Tia Maria. HEX triplet: 93, 40 and 30. RGB value is (147,64,48). Sum of RGB (Red+Green+Blue) = 147+64+48=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #934030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934030 is #6CBFCF. Grayscale: #575757. Windows color (decimal): -7126992 or 3162259. OLE color: 3162259.

HSL color Cylindrical-coordinate representation of color #934030: hue angle of 9.7º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #934030 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1476448-
CMYK00.560.670.42
HSL9.7º50.77%38.24%-
HSV(B)9.7º67.35%57.65%-
XYZ14.410.083.98-
YUV86.99106170.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 48 (19.14% from 255) = 18.53%
R=56.76%
G=24.71%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147644800.560.670.429.750.7738.24
Hex934030038432Aa3326
Octal2231006007010352126346
Binary100100111000000110000011100010000111010101010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934030; }

 p { color: rgb(147,64,48); }

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

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

 a { background-color: rgb(147,64,48); }

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

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

 span { border-color: rgb(147,64,48); }

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