#984032

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

Shades of Tia Maria #984032

Tints of Tia Maria #984032

Color information

#984032 (or 0x984032) is unknown color: approx Tia Maria. HEX triplet: 98, 40 and 32. RGB value is (152,64,50). Sum of RGB (Red+Green+Blue) = 152+64+50=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #984032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984032 is #67BFCD. Grayscale: #585858. Windows color (decimal): -6799310 or 3293336. OLE color: 3293336.

HSL color Cylindrical-coordinate representation of color #984032: hue angle of 8.24º 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 #984032 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB1526450-
CMYK00.580.670.40
HSL8.24º50.5%39.61%-
HSV(B)8.24º67.11%59.61%-
XYZ15.3610.574.25-
YUV88.72106.15173.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=57.14%
G=24.06%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152645000.580.670.408.2450.539.61
Hex98403203A432883228
Octal2301006207210350106250
Binary100110001000000110010011101010000111010001000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984032; }

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

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

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

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

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

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

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

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