#983D24

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

Shades of Tia Maria #983D24

Tints of Tia Maria #983D24

Color information

#983D24 (or 0x983D24) is unknown color: approx Tia Maria. HEX triplet: 98, 3D and 24. RGB value is (152,61,36). Sum of RGB (Red+Green+Blue) = 152+61+36=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #983D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D24 is #67C2DB. Grayscale: #555555. Windows color (decimal): -6800092 or 2375064. OLE color: 2375064.

HSL color Cylindrical-coordinate representation of color #983D24: hue angle of 12.93º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983D24 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1526136-
CMYK00.600.760.40
HSL12.93º61.7%36.86%-
HSV(B)12.93º76.32%59.61%-
XYZ14.9410.142.84-
YUV85.36100.15175.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.04%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=61.04%
G=24.50%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152613600.600.760.4012.9361.736.86
Hex983D2403C4C28d3e25
Octal230754407411450157645
Binary10011000111101100100011110010011001010001101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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