Shades of Crusoe #09551D
Tints of Crusoe #09551D
RGB
CMYK
RGB Variations
Color information
#09551D (or 0x09551D) is known color: Crusoe. HEX triplet: 09, 55 and 1D. RGB value is (9,85,29). Sum of RGB (Red+Green+Blue) = 9+85+29=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #09551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09551D is #F6AAE2. Grayscale: #383838. Windows color (decimal): -16165603 or 1922313. OLE color: 1922313.
HSL color Cylindrical-coordinate representation of color #09551D: hue angle of 135.79º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09551D is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 29 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.67 |
| HSL | 135.79º | 0.81% | 0.18% | - |
| HSV(B) | 135.79º | 0.89% | 0.33% | - |
| XYZ | 3.58 | 6.64 | 2.26 | - |
| YUV | 55.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 29 | 0.89 | 0 | 0.66 | 0.67 | 135.79 | 0.81 | 0.18 |
| Hex | 9 | 55 | 1D | 59 | 0 | 42 | 43 | 88 | 51 | 12 |
| Octal | 11 | 125 | 35 | 131 | 0 | 102 | 103 | 210 | 121 | 22 |
| Binary | 1001 | 1010101 | 11101 | 1011001 | 0 | 1000010 | 1000011 | 10001000 | 1010001 | 10010 |
Color Harmonies of #09551D
Complementary color
Monochromatic Colors of #09551D
Black with #09551D
Text Example
Text Example
White with #09551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09551D; }
p { color: rgb(9,85,29); }
H1.HeaderClassName
{
color: #09551D;
}
.AnyTagClassName
{
color: #09551D;
}
</style>
background-color css
<style>
a { background-color: #09551D; }
a { background-color: rgb(9,85,29); }
div.DivClassName
{
background-color: #09551D;
}
.BgClassName
{
background-color: #09551D;
}
</style>
border-color css
<style>
span { border-color: #09551D; }
span { border-color: rgb(9,85,29); }
td.TdClassName
{
border-color: #09551D;
}
.TagClassName
{
border-color: #09551D;
}
</style>