Shades of Hawaiian Tan #8F5020
Tints of Hawaiian Tan #8F5020
RGB
CMYK
RGB Variations
Color information
#8F5020 (or 0x8F5020) is known color: Hawaiian Tan. HEX triplet: 8F, 50 and 20. RGB value is (143,80,32). Sum of RGB (Red+Green+Blue) = 143+80+32=255 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.08% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5020 is #70AFDF. Grayscale: #5D5D5D. Windows color (decimal): -7385056 or 2117775. OLE color: 2117775.
HSL color Cylindrical-coordinate representation of color #8F5020: hue angle of 25.95º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F5020 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 32 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.44 |
| HSL | 25.95º | 0.63% | 0.34% | - |
| HSV(B) | 25.95º | 0.78% | 0.56% | - |
| XYZ | 14.46 | 11.68 | 2.86 | - |
| YUV | 93.37 | 93.37 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 32 | 0 | 0.44 | 0.78 | 0.44 | 25.95 | 0.63 | 0.34 |
| Hex | 8F | 50 | 20 | 0 | 2C | 4E | 2C | 1A | 3F | 22 |
| Octal | 217 | 120 | 40 | 0 | 54 | 116 | 54 | 32 | 77 | 42 |
| Binary | 10001111 | 1010000 | 100000 | 0 | 101100 | 1001110 | 101100 | 11010 | 111111 | 100010 |
Color Harmonies of #8F5020
Complementary color
Monochromatic Colors of #8F5020
Black with #8F5020
Text Example
Text Example
White with #8F5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5020; }
p { color: rgb(143,80,32); }
H1.HeaderClassName
{
color: #8F5020;
}
.AnyTagClassName
{
color: #8F5020;
}
</style>
background-color css
<style>
a { background-color: #8F5020; }
a { background-color: rgb(143,80,32); }
div.DivClassName
{
background-color: #8F5020;
}
.BgClassName
{
background-color: #8F5020;
}
</style>
border-color css
<style>
span { border-color: #8F5020; }
span { border-color: rgb(143,80,32); }
td.TdClassName
{
border-color: #8F5020;
}
.TagClassName
{
border-color: #8F5020;
}
</style>