Shades of Crusoe #0F5520
Tints of Crusoe #0F5520
RGB
CMYK
RGB Variations
Color information
#0F5520 (or 0x0F5520) is known color: Crusoe. HEX triplet: 0F, 55 and 20. RGB value is (15,85,32). Sum of RGB (Red+Green+Blue) = 15+85+32=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5520 is #F0AADF. Grayscale: #3A3A3A. Windows color (decimal): -15772384 or 2118927. OLE color: 2118927.
HSL color Cylindrical-coordinate representation of color #0F5520: hue angle of 134.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5520 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 85 | 32 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.67 |
| HSL | 134.57º | 0.7% | 0.2% | - |
| HSV(B) | 134.57º | 0.82% | 0.33% | - |
| XYZ | 3.71 | 6.7 | 2.46 | - |
| YUV | 58.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 32 | 0.82 | 0 | 0.62 | 0.67 | 134.57 | 0.7 | 0.2 |
| Hex | F | 55 | 20 | 52 | 0 | 3E | 43 | 87 | 46 | 14 |
| Octal | 17 | 125 | 40 | 122 | 0 | 76 | 103 | 207 | 106 | 24 |
| Binary | 1111 | 1010101 | 100000 | 1010010 | 0 | 111110 | 1000011 | 10000111 | 1000110 | 10100 |
Color Harmonies of #0F5520
Complementary color
Monochromatic Colors of #0F5520
Black with #0F5520
Text Example
Text Example
White with #0F5520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5520; }
p { color: rgb(15,85,32); }
H1.HeaderClassName
{
color: #0F5520;
}
.AnyTagClassName
{
color: #0F5520;
}
</style>
background-color css
<style>
a { background-color: #0F5520; }
a { background-color: rgb(15,85,32); }
div.DivClassName
{
background-color: #0F5520;
}
.BgClassName
{
background-color: #0F5520;
}
</style>
border-color css
<style>
span { border-color: #0F5520; }
span { border-color: rgb(15,85,32); }
td.TdClassName
{
border-color: #0F5520;
}
.TagClassName
{
border-color: #0F5520;
}
</style>