Shades of Crusoe #09561F
Tints of Crusoe #09561F
RGB
CMYK
RGB Variations
Color information
#09561F (or 0x09561F) is known color: Crusoe. HEX triplet: 09, 56 and 1F. RGB value is (9,86,31). Sum of RGB (Red+Green+Blue) = 9+86+31=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 86 (33.98% from 255 or 68.25% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 86 - color contains mainly: green. Hex color #09561F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09561F is #F6A9E0. Grayscale: #383838. Windows color (decimal): -16165345 or 2053641. OLE color: 2053641.
HSL color Cylindrical-coordinate representation of color #09561F: hue angle of 137.14º 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 #09561F is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 86 | 31 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.66 |
| HSL | 137.14º | 0.81% | 0.19% | - |
| HSV(B) | 137.14º | 0.9% | 0.34% | - |
| XYZ | 3.69 | 6.81 | 2.42 | - |
| YUV | 56.71 | 113.49 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 31 | 0.90 | 0 | 0.64 | 0.66 | 137.14 | 0.81 | 0.19 |
| Hex | 9 | 56 | 1F | 5A | 0 | 40 | 42 | 89 | 51 | 13 |
| Octal | 11 | 126 | 37 | 132 | 0 | 100 | 102 | 211 | 121 | 23 |
| Binary | 1001 | 1010110 | 11111 | 1011010 | 0 | 1000000 | 1000010 | 10001001 | 1010001 | 10011 |
Color Harmonies of #09561F
Complementary color
Monochromatic Colors of #09561F
Black with #09561F
Text Example
Text Example
White with #09561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09561F; }
p { color: rgb(9,86,31); }
H1.HeaderClassName
{
color: #09561F;
}
.AnyTagClassName
{
color: #09561F;
}
</style>
background-color css
<style>
a { background-color: #09561F; }
a { background-color: rgb(9,86,31); }
div.DivClassName
{
background-color: #09561F;
}
.BgClassName
{
background-color: #09561F;
}
</style>
border-color css
<style>
span { border-color: #09561F; }
span { border-color: rgb(9,86,31); }
td.TdClassName
{
border-color: #09561F;
}
.TagClassName
{
border-color: #09561F;
}
</style>