#984034

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

Shades of Tia Maria #984034

Tints of Tia Maria #984034

Color information

#984034 (or 0x984034) is unknown color: approx Tia Maria. HEX triplet: 98, 40 and 34. RGB value is (152,64,52). Sum of RGB (Red+Green+Blue) = 152+64+52=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #984034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984034 is #67BFCB. Grayscale: #595959. Windows color (decimal): -6799308 or 3424408. OLE color: 3424408.

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

Color convert

RGB1526452-
CMYK00.580.660.40
HSL7.2º49.02%40%-
HSV(B)7.2º65.79%59.61%-
XYZ15.410.594.48-
YUV88.94107.15172.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=56.72%
G=23.88%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152645200.580.660.407.249.0240
Hex98403403A422873128
Octal230100640721025076150
Binary10011000100000011010001110101000010101000111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984034; }

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

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

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

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

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

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

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

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