Shades of Hawaiian Tan #985A29
Tints of Hawaiian Tan #985A29
RGB
CMYK
RGB Variations
Color information
#985A29 (or 0x985A29) is known color: Hawaiian Tan. HEX triplet: 98, 5A and 29. RGB value is (152,90,41). Sum of RGB (Red+Green+Blue) = 152+90+41=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #985A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A29 is #67A5D6. Grayscale: #676767. Windows color (decimal): -6792663 or 2710168. OLE color: 2710168.
HSL color Cylindrical-coordinate representation of color #985A29: hue angle of 26.49º 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 #985A29 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 41 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.40 |
| HSL | 26.49º | 0.58% | 0.38% | - |
| HSV(B) | 26.49º | 0.73% | 0.6% | - |
| XYZ | 17.01 | 14.15 | 3.93 | - |
| YUV | 102.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 41 | 0 | 0.41 | 0.73 | 0.40 | 26.49 | 0.58 | 0.38 |
| Hex | 98 | 5A | 29 | 0 | 29 | 49 | 28 | 1A | 3A | 26 |
| Octal | 230 | 132 | 51 | 0 | 51 | 111 | 50 | 32 | 72 | 46 |
| Binary | 10011000 | 1011010 | 101001 | 0 | 101001 | 1001001 | 101000 | 11010 | 111010 | 100110 |
Color Harmonies of #985A29
Complementary color
Monochromatic Colors of #985A29
Black with #985A29
Text Example
Text Example
White with #985A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A29; }
p { color: rgb(152,90,41); }
H1.HeaderClassName
{
color: #985A29;
}
.AnyTagClassName
{
color: #985A29;
}
</style>
background-color css
<style>
a { background-color: #985A29; }
a { background-color: rgb(152,90,41); }
div.DivClassName
{
background-color: #985A29;
}
.BgClassName
{
background-color: #985A29;
}
</style>
border-color css
<style>
span { border-color: #985A29; }
span { border-color: rgb(152,90,41); }
td.TdClassName
{
border-color: #985A29;
}
.TagClassName
{
border-color: #985A29;
}
</style>