#983D25

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

Shades of Tia Maria #983D25

Tints of Tia Maria #983D25

Color information

#983D25 (or 0x983D25) is unknown color: approx Tia Maria. HEX triplet: 98, 3D and 25. RGB value is (152,61,37). Sum of RGB (Red+Green+Blue) = 152+61+37=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #983D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D25 is #67C2DA. Grayscale: #555555. Windows color (decimal): -6800091 or 2440600. OLE color: 2440600.

HSL color Cylindrical-coordinate representation of color #983D25: hue angle of 12.52º degrees, saturation: 0.61, 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 #983D25 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1526137-
CMYK00.600.760.40
HSL12.52º60.85%37.06%-
HSV(B)12.52º75.66%59.61%-
XYZ14.9510.152.92-
YUV85.47100.65175.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.8%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 37 (14.84% from 255) = 14.8%
R=60.8%
G=24.4%
B=14.8%

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
Decimal152613700.600.760.4012.5260.8537.06
Hex983D2503C4C28d3d25
Octal230754507411450157545
Binary10011000111101100101011110010011001010001101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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