#934330

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

Shades of Tia Maria #934330

Tints of Tia Maria #934330

Color information

#934330 (or 0x934330) is unknown color: approx Tia Maria. HEX triplet: 93, 43 and 30. RGB value is (147,67,48). Sum of RGB (Red+Green+Blue) = 147+67+48=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #934330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934330 is #6CBCCF. Grayscale: #585858. Windows color (decimal): -7126224 or 3163027. OLE color: 3163027.

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

Color convert

RGB1476748-
CMYK00.540.670.42
HSL11.52º50.77%38.24%-
HSV(B)11.52º67.35%57.65%-
XYZ14.5710.434.04-
YUV88.75105169.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.11%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=56.11%
G=25.57%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147674800.540.670.4211.5250.7738.24
Hex934330036432Ac3326
Octal2231036006610352146346
Binary100100111000011110000011011010000111010101100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934330; }

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

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

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

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

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

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

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

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