Shades of Hawaiian Tan #99522B
Tints of Hawaiian Tan #99522B
RGB
CMYK
RGB Variations
Color information
#99522B (or 0x99522B) is known color: Hawaiian Tan. HEX triplet: 99, 52 and 2B. RGB value is (153,82,43). Sum of RGB (Red+Green+Blue) = 153+82+43=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #99522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99522B is #66ADD4. Grayscale: #636363. Windows color (decimal): -6729173 or 2839193. OLE color: 2839193.
HSL color Cylindrical-coordinate representation of color #99522B: hue angle of 21.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99522B is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 43 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.4 |
| HSL | 21.27º | 0.56% | 0.38% | - |
| HSV(B) | 21.27º | 0.72% | 0.6% | - |
| XYZ | 16.59 | 12.98 | 3.92 | - |
| YUV | 98.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 43 | 0 | 0.46 | 0.72 | 0.4 | 21.27 | 0.56 | 0.38 |
| Hex | 99 | 52 | 2B | 0 | 2E | 48 | 28 | 15 | 38 | 26 |
| Octal | 231 | 122 | 53 | 0 | 56 | 110 | 50 | 25 | 70 | 46 |
| Binary | 10011001 | 1010010 | 101011 | 0 | 101110 | 1001000 | 101000 | 10101 | 111000 | 100110 |
Color Harmonies of #99522B
Complementary color
Monochromatic Colors of #99522B
Black with #99522B
Text Example
Text Example
White with #99522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99522B; }
p { color: rgb(153,82,43); }
H1.HeaderClassName
{
color: #99522B;
}
.AnyTagClassName
{
color: #99522B;
}
</style>
background-color css
<style>
a { background-color: #99522B; }
a { background-color: rgb(153,82,43); }
div.DivClassName
{
background-color: #99522B;
}
.BgClassName
{
background-color: #99522B;
}
</style>
border-color css
<style>
span { border-color: #99522B; }
span { border-color: rgb(153,82,43); }
td.TdClassName
{
border-color: #99522B;
}
.TagClassName
{
border-color: #99522B;
}
</style>