#934735

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

Shades of Tia Maria #934735

Tints of Tia Maria #934735

Color information

#934735 (or 0x934735) is unknown color: approx Tia Maria. HEX triplet: 93, 47 and 35. RGB value is (147,71,53). Sum of RGB (Red+Green+Blue) = 147+71+53=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #934735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934735 is #6CB8CA. Grayscale: #5B5B5B. Windows color (decimal): -7125195 or 3491731. OLE color: 3491731.

HSL color Cylindrical-coordinate representation of color #934735: hue angle of 11.49º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #934735 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1477153-
CMYK00.520.640.42
HSL11.49º47%39.22%-
HSV(B)11.49º63.95%57.65%-
XYZ14.9310.974.7-
YUV91.67106.18167.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.24%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=54.24%
G=26.20%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147715300.520.640.4211.494739.22
Hex934735034402Ab2f27
Octal2231076506410052135747
Binary100100111000111110101011010010000001010101011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934735; }

 p { color: rgb(147,71,53); }

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

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

 a { background-color: rgb(147,71,53); }

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

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

 span { border-color: rgb(147,71,53); }

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