#98462D

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

Shades of Tia Maria #98462D

Tints of Tia Maria #98462D

Color information

#98462D (or 0x98462D) is unknown color: approx Tia Maria. HEX triplet: 98, 46 and 2D. RGB value is (152,70,45). Sum of RGB (Red+Green+Blue) = 152+70+45=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98462D is #67B9D2. Grayscale: #5B5B5B. Windows color (decimal): -6797779 or 2967192. OLE color: 2967192.

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

Color convert

RGB1527045-
CMYK00.540.700.40
HSL14.02º54.31%38.63%-
HSV(B)14.02º70.39%59.61%-
XYZ15.6111.253.83-
YUV91.67101.67171.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.93%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 45 (17.97% from 255) = 16.85%
R=56.93%
G=26.22%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152704500.540.700.4014.0254.3138.63
Hex98462D0364628e3627
Octal2301065506610650166647
Binary100110001000110101101011011010001101010001110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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