#984332

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

Shades of Tia Maria #984332

Tints of Tia Maria #984332

Color information

#984332 (or 0x984332) is unknown color: approx Tia Maria. HEX triplet: 98, 43 and 32. RGB value is (152,67,50). Sum of RGB (Red+Green+Blue) = 152+67+50=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #984332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984332 is #67BCCD. Grayscale: #5A5A5A. Windows color (decimal): -6798542 or 3294104. OLE color: 3294104.

HSL color Cylindrical-coordinate representation of color #984332: hue angle of 10º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #984332 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB1526750-
CMYK00.560.670.40
HSL10º50.5%39.61%-
HSV(B)10º67.11%59.61%-
XYZ15.5310.924.31-
YUV90.48105.16171.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=56.51%
G=24.91%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152675000.560.670.401050.539.61
Hex9843320384328a3228
Octal2301036207010350126250
Binary100110001000011110010011100010000111010001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984332; }

 p { color: rgb(152,67,50); }

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

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

 a { background-color: rgb(152,67,50); }

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

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

 span { border-color: rgb(152,67,50); }

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