Shades of Hawaiian Tan #98552C
Tints of Hawaiian Tan #98552C
RGB
CMYK
RGB Variations
Color information
#98552C (or 0x98552C) is known color: Hawaiian Tan. HEX triplet: 98, 55 and 2C. RGB value is (152,85,44). Sum of RGB (Red+Green+Blue) = 152+85+44=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98552C is #67AAD3. Grayscale: #646464. Windows color (decimal): -6793940 or 2905496. OLE color: 2905496.
HSL color Cylindrical-coordinate representation of color #98552C: hue angle of 22.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98552C is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 44 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.40 |
| HSL | 22.78º | 0.55% | 0.38% | - |
| HSV(B) | 22.78º | 0.71% | 0.6% | - |
| XYZ | 16.65 | 13.35 | 4.08 | - |
| YUV | 100.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 44 | 0 | 0.44 | 0.71 | 0.40 | 22.78 | 0.55 | 0.38 |
| Hex | 98 | 55 | 2C | 0 | 2C | 47 | 28 | 17 | 37 | 26 |
| Octal | 230 | 125 | 54 | 0 | 54 | 107 | 50 | 27 | 67 | 46 |
| Binary | 10011000 | 1010101 | 101100 | 0 | 101100 | 1000111 | 101000 | 10111 | 110111 | 100110 |
Color Harmonies of #98552C
Complementary color
Monochromatic Colors of #98552C
Black with #98552C
Text Example
Text Example
White with #98552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98552C; }
p { color: rgb(152,85,44); }
H1.HeaderClassName
{
color: #98552C;
}
.AnyTagClassName
{
color: #98552C;
}
</style>
background-color css
<style>
a { background-color: #98552C; }
a { background-color: rgb(152,85,44); }
div.DivClassName
{
background-color: #98552C;
}
.BgClassName
{
background-color: #98552C;
}
</style>
border-color css
<style>
span { border-color: #98552C; }
span { border-color: rgb(152,85,44); }
td.TdClassName
{
border-color: #98552C;
}
.TagClassName
{
border-color: #98552C;
}
</style>