#924731

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

Shades of Tia Maria #924731

Tints of Tia Maria #924731

Color information

#924731 (or 0x924731) is unknown color: approx Tia Maria. HEX triplet: 92, 47 and 31. RGB value is (146,71,49). Sum of RGB (Red+Green+Blue) = 146+71+49=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #924731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924731 is #6DB8CE. Grayscale: #5B5B5B. Windows color (decimal): -7190735 or 3229586. OLE color: 3229586.

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

Color convert

RGB1467149-
CMYK00.510.660.43
HSL13.61º49.74%38.24%-
HSV(B)13.61º66.44%57.25%-
XYZ14.6610.844.23-
YUV90.92104.35167.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.89%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=54.89%
G=26.69%
B=18.42%

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
Decimal146714900.510.660.4313.6149.7438.24
Hex924731033422Be3226
Octal2221076106310253166246
Binary100100101000111110001011001110000101010111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924731; }

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

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

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

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

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

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

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

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