#924831

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

Shades of Tia Maria #924831

Tints of Tia Maria #924831

Color information

#924831 (or 0x924831) is unknown color: approx Tia Maria. HEX triplet: 92, 48 and 31. RGB value is (146,72,49). Sum of RGB (Red+Green+Blue) = 146+72+49=267 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.68% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 146 - color contains mainly: red. Hex color #924831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924831 is #6DB7CE. Grayscale: #5B5B5B. Windows color (decimal): -7190479 or 3229842. OLE color: 3229842.

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

Color convert

RGB1467249-
CMYK00.510.660.43
HSL14.23º49.74%38.24%-
HSV(B)14.23º66.44%57.25%-
XYZ14.7310.974.25-
YUV91.5104.02166.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.68%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=54.68%
G=26.97%
B=18.35%

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
Decimal146724900.510.660.4314.2349.7438.24
Hex924831033422Be3226
Octal2221106106310253166246
Binary100100101001000110001011001110000101010111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924831; }

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

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

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

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

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

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

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

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