#924832

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

Shades of Tia Maria #924832

Tints of Tia Maria #924832

Color information

#924832 (or 0x924832) is unknown color: approx Tia Maria. HEX triplet: 92, 48 and 32. RGB value is (146,72,50). Sum of RGB (Red+Green+Blue) = 146+72+50=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #924832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924832 is #6DB7CD. Grayscale: #5B5B5B. Windows color (decimal): -7190478 or 3295378. OLE color: 3295378.

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

Color convert

RGB1467250-
CMYK00.510.660.43
HSL13.75º48.98%38.43%-
HSV(B)13.75º65.75%57.25%-
XYZ14.7510.984.36-
YUV91.62104.52166.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.48%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=54.48%
G=26.87%
B=18.66%

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
Decimal146725000.510.660.4313.7548.9838.43
Hex924832033422Be3126
Octal2221106206310253166146
Binary100100101001000110010011001110000101010111110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924832; }

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

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

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

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

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

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

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

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