Shades of Crusoe #09721F
Tints of Crusoe #09721F
RGB
CMYK
RGB Variations
Color information
#09721F (or 0x09721F) is known color: Crusoe. HEX triplet: 09, 72 and 1F. RGB value is (9,114,31). Sum of RGB (Red+Green+Blue) = 9+114+31=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #09721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09721F is #F68DE0. Grayscale: #494949. Windows color (decimal): -16158177 or 2060809. OLE color: 2060809.
HSL color Cylindrical-coordinate representation of color #09721F: hue angle of 132.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09721F is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 114 | 31 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.55 |
| HSL | 132.57º | 0.85% | 0.24% | - |
| HSV(B) | 132.57º | 0.92% | 0.45% | - |
| XYZ | 6.38 | 12.19 | 3.31 | - |
| YUV | 73.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 31 | 0.92 | 0 | 0.73 | 0.55 | 132.57 | 0.85 | 0.24 |
| Hex | 9 | 72 | 1F | 5C | 0 | 49 | 37 | 85 | 55 | 18 |
| Octal | 11 | 162 | 37 | 134 | 0 | 111 | 67 | 205 | 125 | 30 |
| Binary | 1001 | 1110010 | 11111 | 1011100 | 0 | 1001001 | 110111 | 10000101 | 1010101 | 11000 |
Color Harmonies of #09721F
Complementary color
Monochromatic Colors of #09721F
Black with #09721F
Text Example
Text Example
White with #09721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09721F; }
p { color: rgb(9,114,31); }
H1.HeaderClassName
{
color: #09721F;
}
.AnyTagClassName
{
color: #09721F;
}
</style>
background-color css
<style>
a { background-color: #09721F; }
a { background-color: rgb(9,114,31); }
div.DivClassName
{
background-color: #09721F;
}
.BgClassName
{
background-color: #09721F;
}
</style>
border-color css
<style>
span { border-color: #09721F; }
span { border-color: rgb(9,114,31); }
td.TdClassName
{
border-color: #09721F;
}
.TagClassName
{
border-color: #09721F;
}
</style>