Shades of Crusoe #09521F
Tints of Crusoe #09521F
RGB
CMYK
RGB Variations
Color information
#09521F (or 0x09521F) is known color: Crusoe. HEX triplet: 09, 52 and 1F. RGB value is (9,82,31). Sum of RGB (Red+Green+Blue) = 9+82+31=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #09521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09521F is #F6ADE0. Grayscale: #363636. Windows color (decimal): -16166369 or 2052617. OLE color: 2052617.
HSL color Cylindrical-coordinate representation of color #09521F: hue angle of 138.08º 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 #09521F is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 31 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.68 |
| HSL | 138.08º | 0.8% | 0.18% | - |
| HSV(B) | 138.08º | 0.89% | 0.32% | - |
| XYZ | 3.38 | 6.19 | 2.31 | - |
| YUV | 54.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 31 | 0.89 | 0 | 0.62 | 0.68 | 138.08 | 0.8 | 0.18 |
| Hex | 9 | 52 | 1F | 59 | 0 | 3E | 44 | 8A | 50 | 12 |
| Octal | 11 | 122 | 37 | 131 | 0 | 76 | 104 | 212 | 120 | 22 |
| Binary | 1001 | 1010010 | 11111 | 1011001 | 0 | 111110 | 1000100 | 10001010 | 1010000 | 10010 |
Color Harmonies of #09521F
Complementary color
Monochromatic Colors of #09521F
Black with #09521F
Text Example
Text Example
White with #09521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09521F; }
p { color: rgb(9,82,31); }
H1.HeaderClassName
{
color: #09521F;
}
.AnyTagClassName
{
color: #09521F;
}
</style>
background-color css
<style>
a { background-color: #09521F; }
a { background-color: rgb(9,82,31); }
div.DivClassName
{
background-color: #09521F;
}
.BgClassName
{
background-color: #09521F;
}
</style>
border-color css
<style>
span { border-color: #09521F; }
span { border-color: rgb(9,82,31); }
td.TdClassName
{
border-color: #09521F;
}
.TagClassName
{
border-color: #09521F;
}
</style>