Shades of Hawaiian Tan #985025
Tints of Hawaiian Tan #985025
RGB
CMYK
RGB Variations
Color information
#985025 (or 0x985025) is known color: Hawaiian Tan. HEX triplet: 98, 50 and 25. RGB value is (152,80,37). Sum of RGB (Red+Green+Blue) = 152+80+37=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #985025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985025 is #67AFDA. Grayscale: #606060. Windows color (decimal): -6795227 or 2445464. OLE color: 2445464.
HSL color Cylindrical-coordinate representation of color #985025: hue angle of 22.43º 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 #985025 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 37 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.40 |
| HSL | 22.43º | 0.61% | 0.37% | - |
| HSV(B) | 22.43º | 0.76% | 0.6% | - |
| XYZ | 16.15 | 12.55 | 3.32 | - |
| YUV | 96.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 37 | 0 | 0.47 | 0.76 | 0.40 | 22.43 | 0.61 | 0.37 |
| Hex | 98 | 50 | 25 | 0 | 2F | 4C | 28 | 16 | 3D | 25 |
| Octal | 230 | 120 | 45 | 0 | 57 | 114 | 50 | 26 | 75 | 45 |
| Binary | 10011000 | 1010000 | 100101 | 0 | 101111 | 1001100 | 101000 | 10110 | 111101 | 100101 |
Color Harmonies of #985025
Complementary color
Monochromatic Colors of #985025
Black with #985025
Text Example
Text Example
White with #985025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985025; }
p { color: rgb(152,80,37); }
H1.HeaderClassName
{
color: #985025;
}
.AnyTagClassName
{
color: #985025;
}
</style>
background-color css
<style>
a { background-color: #985025; }
a { background-color: rgb(152,80,37); }
div.DivClassName
{
background-color: #985025;
}
.BgClassName
{
background-color: #985025;
}
</style>
border-color css
<style>
span { border-color: #985025; }
span { border-color: rgb(152,80,37); }
td.TdClassName
{
border-color: #985025;
}
.TagClassName
{
border-color: #985025;
}
</style>