#984234

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

Shades of Tia Maria #984234

Tints of Tia Maria #984234

Color information

#984234 (or 0x984234) is unknown color: approx Tia Maria. HEX triplet: 98, 42 and 34. RGB value is (152,66,52). Sum of RGB (Red+Green+Blue) = 152+66+52=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #984234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984234 is #67BDCB. Grayscale: #5A5A5A. Windows color (decimal): -6798796 or 3424920. OLE color: 3424920.

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

Color convert

RGB1526652-
CMYK00.570.660.40
HSL8.4º49.02%40%-
HSV(B)8.4º65.79%59.61%-
XYZ15.5210.824.52-
YUV90.12106.49172.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=56.30%
G=24.44%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152665200.570.660.408.449.0240
Hex984234039422883128
Octal2301026407110250106150
Binary100110001000010110100011100110000101010001000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984234; }

 p { color: rgb(152,66,52); }

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

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

 a { background-color: rgb(152,66,52); }

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

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

 span { border-color: rgb(152,66,52); }

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