#98432A

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

Shades of Tia Maria #98432A

Tints of Tia Maria #98432A

Color information

#98432A (or 0x98432A) is unknown color: approx Tia Maria. HEX triplet: 98, 43 and 2A. RGB value is (152,67,42). Sum of RGB (Red+Green+Blue) = 152+67+42=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98432A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98432A is #67BCD5. Grayscale: #595959. Windows color (decimal): -6798550 or 2769816. OLE color: 2769816.

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

Color convert

RGB1526742-
CMYK00.560.720.40
HSL13.64º56.7%38.04%-
HSV(B)13.64º72.37%59.61%-
XYZ15.3710.863.48-
YUV89.56101.16172.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=58.24%
G=25.67%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152674200.560.720.4013.6456.738.04
Hex98432A0384828e3926
Octal2301035207011050167146
Binary100110001000011101010011100010010001010001110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98432A; }

 p { color: rgb(152,67,42); }

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

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

 a { background-color: rgb(152,67,42); }

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

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

 span { border-color: rgb(152,67,42); }

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