#983E30

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

Shades of Tia Maria #983E30

Tints of Tia Maria #983E30

Color information

#983E30 (or 0x983E30) is unknown color: approx Tia Maria. HEX triplet: 98, 3E and 30. RGB value is (152,62,48). Sum of RGB (Red+Green+Blue) = 152+62+48=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #983E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983E30 is #67C1CF. Grayscale: #575757. Windows color (decimal): -6799824 or 3161752. OLE color: 3161752.

HSL color Cylindrical-coordinate representation of color #983E30: hue angle of 8.08º 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 #983E30 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1526248-
CMYK00.590.680.40
HSL8.08º52%39.22%-
HSV(B)8.08º68.42%59.61%-
XYZ15.2110.333.99-
YUV87.31105.82174.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.02%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=58.02%
G=23.66%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152624800.590.680.408.085239.22
Hex983E3003B442883427
Octal230766007310450106447
Binary10011000111110110000011101110001001010001000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983E30; }

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

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

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

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

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

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

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

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