Shades of Hawaiian Tan #984D25
Tints of Hawaiian Tan #984D25
RGB
CMYK
RGB Variations
Color information
#984D25 (or 0x984D25) is known color: Hawaiian Tan. HEX triplet: 98, 4D and 25. RGB value is (152,77,37). Sum of RGB (Red+Green+Blue) = 152+77+37=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #984D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D25 is #67B2DA. Grayscale: #5F5F5F. Windows color (decimal): -6795995 or 2444696. OLE color: 2444696.
HSL color Cylindrical-coordinate representation of color #984D25: hue angle of 20.87º 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 #984D25 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 37 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.40 |
| HSL | 20.87º | 0.61% | 0.37% | - |
| HSV(B) | 20.87º | 0.76% | 0.6% | - |
| XYZ | 15.94 | 12.12 | 3.25 | - |
| YUV | 94.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 37 | 0 | 0.49 | 0.76 | 0.40 | 20.87 | 0.61 | 0.37 |
| Hex | 98 | 4D | 25 | 0 | 31 | 4C | 28 | 15 | 3D | 25 |
| Octal | 230 | 115 | 45 | 0 | 61 | 114 | 50 | 25 | 75 | 45 |
| Binary | 10011000 | 1001101 | 100101 | 0 | 110001 | 1001100 | 101000 | 10101 | 111101 | 100101 |
Color Harmonies of #984D25
Complementary color
Monochromatic Colors of #984D25
Black with #984D25
Text Example
Text Example
White with #984D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D25; }
p { color: rgb(152,77,37); }
H1.HeaderClassName
{
color: #984D25;
}
.AnyTagClassName
{
color: #984D25;
}
</style>
background-color css
<style>
a { background-color: #984D25; }
a { background-color: rgb(152,77,37); }
div.DivClassName
{
background-color: #984D25;
}
.BgClassName
{
background-color: #984D25;
}
</style>
border-color css
<style>
span { border-color: #984D25; }
span { border-color: rgb(152,77,37); }
td.TdClassName
{
border-color: #984D25;
}
.TagClassName
{
border-color: #984D25;
}
</style>