#984530

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

Shades of Tia Maria #984530

Tints of Tia Maria #984530

Color information

#984530 (or 0x984530) is unknown color: approx Tia Maria. HEX triplet: 98, 45 and 30. RGB value is (152,69,48). Sum of RGB (Red+Green+Blue) = 152+69+48=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #984530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984530 is #67BACF. Grayscale: #5B5B5B. Windows color (decimal): -6798032 or 3163544. OLE color: 3163544.

HSL color Cylindrical-coordinate representation of color #984530: hue angle of 12.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #984530 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1526948-
CMYK00.550.680.40
HSL12.12º52%39.22%-
HSV(B)12.12º68.42%59.61%-
XYZ15.6111.154.12-
YUV91.42103.5171.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=56.51%
G=25.65%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152694800.550.680.4012.125239.22
Hex9845300374428c3427
Octal2301056006710450146447
Binary100110001000101110000011011110001001010001100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984530; }

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

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

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

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

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

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

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

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