#924432

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

Shades of Tia Maria #924432

Tints of Tia Maria #924432

Color information

#924432 (or 0x924432) is unknown color: approx Tia Maria. HEX triplet: 92, 44 and 32. RGB value is (146,68,50). Sum of RGB (Red+Green+Blue) = 146+68+50=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #924432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924432 is #6DBBCD. Grayscale: #595959. Windows color (decimal): -7191502 or 3294354. OLE color: 3294354.

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

Color convert

RGB1466850-
CMYK00.530.660.43
HSL11.25º48.98%38.43%-
HSV(B)11.25º65.75%57.25%-
XYZ14.510.484.28-
YUV89.27105.84168.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.30%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=55.30%
G=25.76%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146685000.530.660.4311.2548.9838.43
Hex924432035422Bb3126
Octal2221046206510253136146
Binary100100101000100110010011010110000101010111011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924432; }

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

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

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

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

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

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

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

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