#984129

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

Shades of Tia Maria #984129

Tints of Tia Maria #984129

Color information

#984129 (or 0x984129) is unknown color: approx Tia Maria. HEX triplet: 98, 41 and 29. RGB value is (152,65,41). Sum of RGB (Red+Green+Blue) = 152+65+41=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #984129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984129 is #67BED6. Grayscale: #585858. Windows color (decimal): -6799063 or 2703768. OLE color: 2703768.

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

Color convert

RGB1526541-
CMYK00.570.730.40
HSL12.97º57.51%37.84%-
HSV(B)12.97º73.03%59.61%-
XYZ15.2410.623.34-
YUV88.28101.32173.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 41 (16.41% from 255) = 15.89%
R=58.91%
G=25.19%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152654100.570.730.4012.9757.5137.84
Hex9841290394928d3a26
Octal2301015107111150157246
Binary100110001000001101001011100110010011010001101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984129; }

 p { color: rgb(152,65,41); }

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

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

 a { background-color: rgb(152,65,41); }

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

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

 span { border-color: rgb(152,65,41); }

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