#924732

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

Shades of Tia Maria #924732

Tints of Tia Maria #924732

Color information

#924732 (or 0x924732) is unknown color: approx Tia Maria. HEX triplet: 92, 47 and 32. RGB value is (146,71,50). Sum of RGB (Red+Green+Blue) = 146+71+50=267 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.68% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 146 - color contains mainly: red. Hex color #924732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924732 is #6DB8CD. Grayscale: #5B5B5B. Windows color (decimal): -7190734 or 3295122. OLE color: 3295122.

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

Color convert

RGB1467150-
CMYK00.510.660.43
HSL13.13º48.98%38.43%-
HSV(B)13.13º65.75%57.25%-
XYZ14.6810.854.34-
YUV91.03104.85167.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.68%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=54.68%
G=26.59%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146715000.510.660.4313.1348.9838.43
Hex924732033422Bd3126
Octal2221076206310253156146
Binary100100101000111110010011001110000101010111101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924732; }

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

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

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

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

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

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

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

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