#98402F

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

Shades of Tia Maria #98402F

Tints of Tia Maria #98402F

Color information

#98402F (or 0x98402F) is unknown color: approx Tia Maria. HEX triplet: 98, 40 and 2F. RGB value is (152,64,47). Sum of RGB (Red+Green+Blue) = 152+64+47=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98402F is #67BFD0. Grayscale: #585858. Windows color (decimal): -6799313 or 3096728. OLE color: 3096728.

HSL color Cylindrical-coordinate representation of color #98402F: hue angle of 9.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98402F is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1526447-
CMYK00.580.690.40
HSL9.71º52.76%39.02%-
HSV(B)9.71º69.08%59.61%-
XYZ15.310.553.92-
YUV88.37104.65173.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.79%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=57.79%
G=24.33%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152644700.580.690.409.7152.7639.02
Hex98402F03A4528a3527
Octal2301005707210550126547
Binary100110001000000101111011101010001011010001010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98402F; }

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

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

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

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

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

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

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

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