#924232

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

Shades of Tia Maria #924232

Tints of Tia Maria #924232

Color information

#924232 (or 0x924232) is unknown color: approx Tia Maria. HEX triplet: 92, 42 and 32. RGB value is (146,66,50). Sum of RGB (Red+Green+Blue) = 146+66+50=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #924232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924232 is #6DBDCD. Grayscale: #585858. Windows color (decimal): -7192014 or 3293842. OLE color: 3293842.

HSL color Cylindrical-coordinate representation of color #924232: hue angle of 10º degrees, saturation: 0.49, 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 #924232 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1466650-
CMYK00.550.660.43
HSL10º48.98%38.43%-
HSV(B)10º65.75%57.25%-
XYZ14.3810.244.24-
YUV88.1106.5169.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.73%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=55.73%
G=25.19%
B=19.08%

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
Decimal146665000.550.660.431048.9838.43
Hex924232037422Ba3126
Octal2221026206710253126146
Binary100100101000010110010011011110000101010111010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924232; }

 p { color: rgb(146,66,50); }

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

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

 a { background-color: rgb(146,66,50); }

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

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

 span { border-color: rgb(146,66,50); }

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