Shades of Crusoe #09562F
Tints of Crusoe #09562F
RGB
CMYK
RGB Variations
Color information
#09562F (or 0x09562F) is known color: Crusoe. HEX triplet: 09, 56 and 2F. RGB value is (9,86,47). Sum of RGB (Red+Green+Blue) = 9+86+47=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #09562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09562F is #F6A9D0. Grayscale: #3A3A3A. Windows color (decimal): -16165329 or 3102217. OLE color: 3102217.
HSL color Cylindrical-coordinate representation of color #09562F: hue angle of 149.61º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09562F is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 86 | 47 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.66 |
| HSL | 149.61º | 0.81% | 0.19% | - |
| HSV(B) | 149.61º | 0.9% | 0.34% | - |
| XYZ | 3.95 | 6.92 | 3.82 | - |
| YUV | 58.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 47 | 0.90 | 0 | 0.45 | 0.66 | 149.61 | 0.81 | 0.19 |
| Hex | 9 | 56 | 2F | 5A | 0 | 2D | 42 | 96 | 51 | 13 |
| Octal | 11 | 126 | 57 | 132 | 0 | 55 | 102 | 226 | 121 | 23 |
| Binary | 1001 | 1010110 | 101111 | 1011010 | 0 | 101101 | 1000010 | 10010110 | 1010001 | 10011 |
Color Harmonies of #09562F
Complementary color
Monochromatic Colors of #09562F
Black with #09562F
Text Example
Text Example
White with #09562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09562F; }
p { color: rgb(9,86,47); }
H1.HeaderClassName
{
color: #09562F;
}
.AnyTagClassName
{
color: #09562F;
}
</style>
background-color css
<style>
a { background-color: #09562F; }
a { background-color: rgb(9,86,47); }
div.DivClassName
{
background-color: #09562F;
}
.BgClassName
{
background-color: #09562F;
}
</style>
border-color css
<style>
span { border-color: #09562F; }
span { border-color: rgb(9,86,47); }
td.TdClassName
{
border-color: #09562F;
}
.TagClassName
{
border-color: #09562F;
}
</style>