#924131

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

Shades of Tia Maria #924131

Tints of Tia Maria #924131

Color information

#924131 (or 0x924131) is unknown color: approx Tia Maria. HEX triplet: 92, 41 and 31. RGB value is (146,65,49). Sum of RGB (Red+Green+Blue) = 146+65+49=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #924131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924131 is #6DBECE. Grayscale: #575757. Windows color (decimal): -7192271 or 3228050. OLE color: 3228050.

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

Color convert

RGB1466549-
CMYK00.550.660.43
HSL9.9º49.74%38.24%-
HSV(B)9.9º66.44%57.25%-
XYZ14.310.114.1-
YUV87.4106.34169.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.15%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=56.15%
G=25%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146654900.550.660.439.949.7438.24
Hex924131037422Ba3226
Octal2221016106710253126246
Binary100100101000001110001011011110000101010111010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924131; }

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

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

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

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

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

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

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

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