Shades of Crusoe #09511B
Tints of Crusoe #09511B
RGB
CMYK
RGB Variations
Color information
#09511B (or 0x09511B) is known color: Crusoe. HEX triplet: 09, 51 and 1B. RGB value is (9,81,27). Sum of RGB (Red+Green+Blue) = 9+81+27=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 81 (32.03% from 255 or 69.23% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 81 - color contains mainly: green. Hex color #09511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09511B is #F6AEE4. Grayscale: #353535. Windows color (decimal): -16166629 or 1790217. OLE color: 1790217.
HSL color Cylindrical-coordinate representation of color #09511B: hue angle of 135º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09511B is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 27 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.68 |
| HSL | 135º | 0.8% | 0.18% | - |
| HSV(B) | 135º | 0.89% | 0.32% | - |
| XYZ | 3.25 | 6.02 | 2.03 | - |
| YUV | 53.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 27 | 0.89 | 0 | 0.67 | 0.68 | 135 | 0.8 | 0.18 |
| Hex | 9 | 51 | 1B | 59 | 0 | 43 | 44 | 87 | 50 | 12 |
| Octal | 11 | 121 | 33 | 131 | 0 | 103 | 104 | 207 | 120 | 22 |
| Binary | 1001 | 1010001 | 11011 | 1011001 | 0 | 1000011 | 1000100 | 10000111 | 1010000 | 10010 |
Color Harmonies of #09511B
Complementary color
Monochromatic Colors of #09511B
Black with #09511B
Text Example
Text Example
White with #09511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09511B; }
p { color: rgb(9,81,27); }
H1.HeaderClassName
{
color: #09511B;
}
.AnyTagClassName
{
color: #09511B;
}
</style>
background-color css
<style>
a { background-color: #09511B; }
a { background-color: rgb(9,81,27); }
div.DivClassName
{
background-color: #09511B;
}
.BgClassName
{
background-color: #09511B;
}
</style>
border-color css
<style>
span { border-color: #09511B; }
span { border-color: rgb(9,81,27); }
td.TdClassName
{
border-color: #09511B;
}
.TagClassName
{
border-color: #09511B;
}
</style>