#924133

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

Shades of Tia Maria #924133

Tints of Tia Maria #924133

Color information

#924133 (or 0x924133) is unknown color: approx Tia Maria. HEX triplet: 92, 41 and 33. RGB value is (146,65,51). Sum of RGB (Red+Green+Blue) = 146+65+51=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #924133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924133 is #6DBECC. Grayscale: #575757. Windows color (decimal): -7192269 or 3359122. OLE color: 3359122.

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

Color convert

RGB1466551-
CMYK00.550.650.43
HSL8.84º48.22%38.63%-
HSV(B)8.84º65.07%57.25%-
XYZ14.3410.134.33-
YUV87.62107.34169.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.73%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=55.73%
G=24.81%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146655100.550.650.438.8448.2238.63
Hex924133037412B93027
Octal2221016306710153116047
Binary100100101000001110011011011110000011010111001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924133; }

 p { color: rgb(146,65,51); }

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

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

 a { background-color: rgb(146,65,51); }

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

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

 span { border-color: rgb(146,65,51); }

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