Shades of Crusoe #09522D
Tints of Crusoe #09522D
RGB
CMYK
RGB Variations
Color information
#09522D (or 0x09522D) is known color: Crusoe. HEX triplet: 09, 52 and 2D. RGB value is (9,82,45). Sum of RGB (Red+Green+Blue) = 9+82+45=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #09522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09522D is #F6ADD2. Grayscale: #383838. Windows color (decimal): -16166355 or 2970121. OLE color: 2970121.
HSL color Cylindrical-coordinate representation of color #09522D: hue angle of 149.59º 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 #09522D is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 45 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.68 |
| HSL | 149.59º | 0.8% | 0.18% | - |
| HSV(B) | 149.59º | 0.89% | 0.32% | - |
| XYZ | 3.6 | 6.28 | 3.51 | - |
| YUV | 55.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 45 | 0.89 | 0 | 0.45 | 0.68 | 149.59 | 0.8 | 0.18 |
| Hex | 9 | 52 | 2D | 59 | 0 | 2D | 44 | 96 | 50 | 12 |
| Octal | 11 | 122 | 55 | 131 | 0 | 55 | 104 | 226 | 120 | 22 |
| Binary | 1001 | 1010010 | 101101 | 1011001 | 0 | 101101 | 1000100 | 10010110 | 1010000 | 10010 |
Color Harmonies of #09522D
Complementary color
Monochromatic Colors of #09522D
Black with #09522D
Text Example
Text Example
White with #09522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09522D; }
p { color: rgb(9,82,45); }
H1.HeaderClassName
{
color: #09522D;
}
.AnyTagClassName
{
color: #09522D;
}
</style>
background-color css
<style>
a { background-color: #09522D; }
a { background-color: rgb(9,82,45); }
div.DivClassName
{
background-color: #09522D;
}
.BgClassName
{
background-color: #09522D;
}
</style>
border-color css
<style>
span { border-color: #09522D; }
span { border-color: rgb(9,82,45); }
td.TdClassName
{
border-color: #09522D;
}
.TagClassName
{
border-color: #09522D;
}
</style>