Shades of Crusoe #09581F
Tints of Crusoe #09581F
RGB
CMYK
RGB Variations
Color information
#09581F (or 0x09581F) is known color: Crusoe. HEX triplet: 09, 58 and 1F. RGB value is (9,88,31). Sum of RGB (Red+Green+Blue) = 9+88+31=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #09581F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09581F is #F6A7E0. Grayscale: #3A3A3A. Windows color (decimal): -16164833 or 2054153. OLE color: 2054153.
HSL color Cylindrical-coordinate representation of color #09581F: hue angle of 136.71º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09581F is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 88 | 31 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.65 |
| HSL | 136.71º | 0.81% | 0.19% | - |
| HSV(B) | 136.71º | 0.9% | 0.35% | - |
| XYZ | 3.85 | 7.14 | 2.47 | - |
| YUV | 57.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 31 | 0.90 | 0 | 0.65 | 0.65 | 136.71 | 0.81 | 0.19 |
| Hex | 9 | 58 | 1F | 5A | 0 | 41 | 41 | 89 | 51 | 13 |
| Octal | 11 | 130 | 37 | 132 | 0 | 101 | 101 | 211 | 121 | 23 |
| Binary | 1001 | 1011000 | 11111 | 1011010 | 0 | 1000001 | 1000001 | 10001001 | 1010001 | 10011 |
Color Harmonies of #09581F
Complementary color
Monochromatic Colors of #09581F
Black with #09581F
Text Example
Text Example
White with #09581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09581F; }
p { color: rgb(9,88,31); }
H1.HeaderClassName
{
color: #09581F;
}
.AnyTagClassName
{
color: #09581F;
}
</style>
background-color css
<style>
a { background-color: #09581F; }
a { background-color: rgb(9,88,31); }
div.DivClassName
{
background-color: #09581F;
}
.BgClassName
{
background-color: #09581F;
}
</style>
border-color css
<style>
span { border-color: #09581F; }
span { border-color: rgb(9,88,31); }
td.TdClassName
{
border-color: #09581F;
}
.TagClassName
{
border-color: #09581F;
}
</style>