#984534

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

Shades of Tia Maria #984534

Tints of Tia Maria #984534

Color information

#984534 (or 0x984534) is unknown color: approx Tia Maria. HEX triplet: 98, 45 and 34. RGB value is (152,69,52). Sum of RGB (Red+Green+Blue) = 152+69+52=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #984534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984534 is #67BACB. Grayscale: #5C5C5C. Windows color (decimal): -6798028 or 3425688. OLE color: 3425688.

HSL color Cylindrical-coordinate representation of color #984534: hue angle of 10.2º 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 #984534 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB1526952-
CMYK00.550.660.40
HSL10.2º49.02%40%-
HSV(B)10.2º65.79%59.61%-
XYZ15.711.184.58-
YUV91.88105.5170.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.68%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=55.68%
G=25.27%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152695200.550.660.4010.249.0240
Hex9845340374228a3128
Octal2301056406710250126150
Binary100110001000101110100011011110000101010001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984534; }

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

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

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

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

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

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

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

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