Shades of Crusoe #0F5420
Tints of Crusoe #0F5420
RGB
CMYK
RGB Variations
Color information
#0F5420 (or 0x0F5420) is known color: Crusoe. HEX triplet: 0F, 54 and 20. RGB value is (15,84,32). Sum of RGB (Red+Green+Blue) = 15+84+32=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 84 (33.20% from 255 or 64.12% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5420 is #F0ABDF. Grayscale: #393939. Windows color (decimal): -15772640 or 2118671. OLE color: 2118671.
HSL color Cylindrical-coordinate representation of color #0F5420: hue angle of 134.78º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5420 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 32 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.67 |
| HSL | 134.78º | 0.7% | 0.19% | - |
| HSV(B) | 134.78º | 0.82% | 0.33% | - |
| XYZ | 3.63 | 6.55 | 2.44 | - |
| YUV | 57.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 32 | 0.82 | 0 | 0.62 | 0.67 | 134.78 | 0.7 | 0.19 |
| Hex | F | 54 | 20 | 52 | 0 | 3E | 43 | 87 | 46 | 13 |
| Octal | 17 | 124 | 40 | 122 | 0 | 76 | 103 | 207 | 106 | 23 |
| Binary | 1111 | 1010100 | 100000 | 1010010 | 0 | 111110 | 1000011 | 10000111 | 1000110 | 10011 |
Color Harmonies of #0F5420
Complementary color
Monochromatic Colors of #0F5420
Black with #0F5420
Text Example
Text Example
White with #0F5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5420; }
p { color: rgb(15,84,32); }
H1.HeaderClassName
{
color: #0F5420;
}
.AnyTagClassName
{
color: #0F5420;
}
</style>
background-color css
<style>
a { background-color: #0F5420; }
a { background-color: rgb(15,84,32); }
div.DivClassName
{
background-color: #0F5420;
}
.BgClassName
{
background-color: #0F5420;
}
</style>
border-color css
<style>
span { border-color: #0F5420; }
span { border-color: rgb(15,84,32); }
td.TdClassName
{
border-color: #0F5420;
}
.TagClassName
{
border-color: #0F5420;
}
</style>