#934230

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

Shades of Tia Maria #934230

Tints of Tia Maria #934230

Color information

#934230 (or 0x934230) is unknown color: approx Tia Maria. HEX triplet: 93, 42 and 30. RGB value is (147,66,48). Sum of RGB (Red+Green+Blue) = 147+66+48=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #934230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934230 is #6CBDCF. Grayscale: #585858. Windows color (decimal): -7126480 or 3162771. OLE color: 3162771.

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

Color convert

RGB1476648-
CMYK00.550.670.42
HSL10.91º50.77%38.24%-
HSV(B)10.91º67.35%57.65%-
XYZ14.5110.314.02-
YUV88.17105.34169.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.32%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=56.32%
G=25.29%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147664800.550.670.4210.9150.7738.24
Hex934230037432Ab3326
Octal2231026006710352136346
Binary100100111000010110000011011110000111010101011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934230; }

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

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

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

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

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

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

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

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