Shades of Crusoe #09511D
Tints of Crusoe #09511D
RGB
CMYK
RGB Variations
Color information
#09511D (or 0x09511D) is known color: Crusoe. HEX triplet: 09, 51 and 1D. RGB value is (9,81,29). Sum of RGB (Red+Green+Blue) = 9+81+29=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 81 (32.03% from 255 or 68.07% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 81 - color contains mainly: green. Hex color #09511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09511D is #F6AEE2. Grayscale: #353535. Windows color (decimal): -16166627 or 1921289. OLE color: 1921289.
HSL color Cylindrical-coordinate representation of color #09511D: hue angle of 136.67º 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 #09511D is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 29 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.68 |
| HSL | 136.67º | 0.8% | 0.18% | - |
| HSV(B) | 136.67º | 0.89% | 0.32% | - |
| XYZ | 3.28 | 6.03 | 2.15 | - |
| YUV | 53.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 29 | 0.89 | 0 | 0.64 | 0.68 | 136.67 | 0.8 | 0.18 |
| Hex | 9 | 51 | 1D | 59 | 0 | 40 | 44 | 89 | 50 | 12 |
| Octal | 11 | 121 | 35 | 131 | 0 | 100 | 104 | 211 | 120 | 22 |
| Binary | 1001 | 1010001 | 11101 | 1011001 | 0 | 1000000 | 1000100 | 10001001 | 1010000 | 10010 |
Color Harmonies of #09511D
Complementary color
Monochromatic Colors of #09511D
Black with #09511D
Text Example
Text Example
White with #09511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09511D; }
p { color: rgb(9,81,29); }
H1.HeaderClassName
{
color: #09511D;
}
.AnyTagClassName
{
color: #09511D;
}
</style>
background-color css
<style>
a { background-color: #09511D; }
a { background-color: rgb(9,81,29); }
div.DivClassName
{
background-color: #09511D;
}
.BgClassName
{
background-color: #09511D;
}
</style>
border-color css
<style>
span { border-color: #09511D; }
span { border-color: rgb(9,81,29); }
td.TdClassName
{
border-color: #09511D;
}
.TagClassName
{
border-color: #09511D;
}
</style>