#983D2D

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

Shades of Tia Maria #983D2D

Tints of Tia Maria #983D2D

Color information

#983D2D (or 0x983D2D) is unknown color: approx Tia Maria. HEX triplet: 98, 3D and 2D. RGB value is (152,61,45). Sum of RGB (Red+Green+Blue) = 152+61+45=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #983D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D2D is #67C2D2. Grayscale: #565656. Windows color (decimal): -6800083 or 2964888. OLE color: 2964888.

HSL color Cylindrical-coordinate representation of color #983D2D: hue angle of 8.97º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983D2D is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1526145-
CMYK00.600.700.40
HSL8.97º54.31%38.63%-
HSV(B)8.97º70.39%59.61%-
XYZ15.0910.23.66-
YUV86.38104.65174.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=58.91%
G=23.64%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152614500.600.700.408.9754.3138.63
Hex983D2D03C462893627
Octal230755507410650116647
Binary10011000111101101101011110010001101010001001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,61,45); }

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

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

 a { background-color: rgb(152,61,45); }

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

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

 span { border-color: rgb(152,61,45); }

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