#934633

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

Shades of Tia Maria #934633

Tints of Tia Maria #934633

Color information

#934633 (or 0x934633) is unknown color: approx Tia Maria. HEX triplet: 93, 46 and 33. RGB value is (147,70,51). Sum of RGB (Red+Green+Blue) = 147+70+51=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #934633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934633 is #6CB9CC. Grayscale: #5B5B5B. Windows color (decimal): -7125453 or 3360403. OLE color: 3360403.

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

Color convert

RGB1477051-
CMYK00.520.650.42
HSL11.88º48.48%38.82%-
HSV(B)11.88º65.31%57.65%-
XYZ14.8210.824.44-
YUV90.86105.51168.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.85%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=54.85%
G=26.12%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147705100.520.650.4211.8848.4838.82
Hex934633034412Ac3027
Octal2231066306410152146047
Binary100100111000110110011011010010000011010101100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934633; }

 p { color: rgb(147,70,51); }

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

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

 a { background-color: rgb(147,70,51); }

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

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

 span { border-color: rgb(147,70,51); }

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