#924531

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

Shades of Tia Maria #924531

Tints of Tia Maria #924531

Color information

#924531 (or 0x924531) is unknown color: approx Tia Maria. HEX triplet: 92, 45 and 31. RGB value is (146,69,49). Sum of RGB (Red+Green+Blue) = 146+69+49=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #924531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924531 is #6DBACE. Grayscale: #595959. Windows color (decimal): -7191247 or 3229074. OLE color: 3229074.

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

Color convert

RGB1466949-
CMYK00.530.660.43
HSL12.37º49.74%38.24%-
HSV(B)12.37º66.44%57.25%-
XYZ14.5410.594.18-
YUV89.74105.01168.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.30%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=55.30%
G=26.14%
B=18.56%

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
Decimal146694900.530.660.4312.3749.7438.24
Hex924531035422Bc3226
Octal2221056106510253146246
Binary100100101000101110001011010110000101010111100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924531; }

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

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

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

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

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

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

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

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