Shades of Hawaiian Tan #985229
Tints of Hawaiian Tan #985229
RGB
CMYK
RGB Variations
Color information
#985229 (or 0x985229) is known color: Hawaiian Tan. HEX triplet: 98, 52 and 29. RGB value is (152,82,41). Sum of RGB (Red+Green+Blue) = 152+82+41=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #985229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985229 is #67ADD6. Grayscale: #626262. Windows color (decimal): -6794711 or 2708120. OLE color: 2708120.
HSL color Cylindrical-coordinate representation of color #985229: hue angle of 22.16º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #985229 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 41 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.40 |
| HSL | 22.16º | 0.58% | 0.38% | - |
| HSV(B) | 22.16º | 0.73% | 0.6% | - |
| XYZ | 16.37 | 12.87 | 3.72 | - |
| YUV | 98.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 41 | 0 | 0.46 | 0.73 | 0.40 | 22.16 | 0.58 | 0.38 |
| Hex | 98 | 52 | 29 | 0 | 2E | 49 | 28 | 16 | 3A | 26 |
| Octal | 230 | 122 | 51 | 0 | 56 | 111 | 50 | 26 | 72 | 46 |
| Binary | 10011000 | 1010010 | 101001 | 0 | 101110 | 1001001 | 101000 | 10110 | 111010 | 100110 |
Color Harmonies of #985229
Complementary color
Monochromatic Colors of #985229
Black with #985229
Text Example
Text Example
White with #985229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985229; }
p { color: rgb(152,82,41); }
H1.HeaderClassName
{
color: #985229;
}
.AnyTagClassName
{
color: #985229;
}
</style>
background-color css
<style>
a { background-color: #985229; }
a { background-color: rgb(152,82,41); }
div.DivClassName
{
background-color: #985229;
}
.BgClassName
{
background-color: #985229;
}
</style>
border-color css
<style>
span { border-color: #985229; }
span { border-color: rgb(152,82,41); }
td.TdClassName
{
border-color: #985229;
}
.TagClassName
{
border-color: #985229;
}
</style>