Shades of Crusoe #09521D
Tints of Crusoe #09521D
RGB
CMYK
RGB Variations
Color information
#09521D (or 0x09521D) is known color: Crusoe. HEX triplet: 09, 52 and 1D. RGB value is (9,82,29). Sum of RGB (Red+Green+Blue) = 9+82+29=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #09521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09521D is #F6ADE2. Grayscale: #363636. Windows color (decimal): -16166371 or 1921545. OLE color: 1921545.
HSL color Cylindrical-coordinate representation of color #09521D: hue angle of 136.44º 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 #09521D is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 29 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.68 |
| HSL | 136.44º | 0.8% | 0.18% | - |
| HSV(B) | 136.44º | 0.89% | 0.32% | - |
| XYZ | 3.35 | 6.18 | 2.18 | - |
| YUV | 54.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 29 | 0.89 | 0 | 0.65 | 0.68 | 136.44 | 0.8 | 0.18 |
| Hex | 9 | 52 | 1D | 59 | 0 | 41 | 44 | 88 | 50 | 12 |
| Octal | 11 | 122 | 35 | 131 | 0 | 101 | 104 | 210 | 120 | 22 |
| Binary | 1001 | 1010010 | 11101 | 1011001 | 0 | 1000001 | 1000100 | 10001000 | 1010000 | 10010 |
Color Harmonies of #09521D
Complementary color
Monochromatic Colors of #09521D
Black with #09521D
Text Example
Text Example
White with #09521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09521D; }
p { color: rgb(9,82,29); }
H1.HeaderClassName
{
color: #09521D;
}
.AnyTagClassName
{
color: #09521D;
}
</style>
background-color css
<style>
a { background-color: #09521D; }
a { background-color: rgb(9,82,29); }
div.DivClassName
{
background-color: #09521D;
}
.BgClassName
{
background-color: #09521D;
}
</style>
border-color css
<style>
span { border-color: #09521D; }
span { border-color: rgb(9,82,29); }
td.TdClassName
{
border-color: #09521D;
}
.TagClassName
{
border-color: #09521D;
}
</style>