#98462C

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

Shades of Tia Maria #98462C

Tints of Tia Maria #98462C

Color information

#98462C (or 0x98462C) is unknown color: approx Tia Maria. HEX triplet: 98, 46 and 2C. RGB value is (152,70,44). Sum of RGB (Red+Green+Blue) = 152+70+44=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98462C is #67B9D3. Grayscale: #5B5B5B. Windows color (decimal): -6797780 or 2901656. OLE color: 2901656.

HSL color Cylindrical-coordinate representation of color #98462C: hue angle of 14.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98462C is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1527044-
CMYK00.540.710.40
HSL14.44º55.1%38.43%-
HSV(B)14.44º71.05%59.61%-
XYZ15.5911.243.73-
YUV91.55101.17171.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=57.14%
G=26.32%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152704400.540.710.4014.4455.138.43
Hex98462C0364728e3726
Octal2301065406610750166746
Binary100110001000110101100011011010001111010001110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98462C; }

 p { color: rgb(152,70,44); }

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

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

 a { background-color: rgb(152,70,44); }

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

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

 span { border-color: rgb(152,70,44); }

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