Shades of Crusoe #095721
Tints of Crusoe #095721
RGB
CMYK
RGB Variations
Color information
#095721 (or 0x095721) is known color: Crusoe. HEX triplet: 09, 57 and 21. RGB value is (9,87,33). Sum of RGB (Red+Green+Blue) = 9+87+33=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 87 (34.38% from 255 or 67.44% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 87 - color contains mainly: green. Hex color #095721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095721 is #F6A8DE. Grayscale: #393939. Windows color (decimal): -16165087 or 2184969. OLE color: 2184969.
HSL color Cylindrical-coordinate representation of color #095721: hue angle of 138.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095721 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 87 | 33 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.66 |
| HSL | 138.46º | 0.81% | 0.19% | - |
| HSV(B) | 138.46º | 0.9% | 0.34% | - |
| XYZ | 3.8 | 6.98 | 2.59 | - |
| YUV | 57.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 33 | 0.90 | 0 | 0.62 | 0.66 | 138.46 | 0.81 | 0.19 |
| Hex | 9 | 57 | 21 | 5A | 0 | 3E | 42 | 8A | 51 | 13 |
| Octal | 11 | 127 | 41 | 132 | 0 | 76 | 102 | 212 | 121 | 23 |
| Binary | 1001 | 1010111 | 100001 | 1011010 | 0 | 111110 | 1000010 | 10001010 | 1010001 | 10011 |
Color Harmonies of #095721
Complementary color
Monochromatic Colors of #095721
Black with #095721
Text Example
Text Example
White with #095721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095721; }
p { color: rgb(9,87,33); }
H1.HeaderClassName
{
color: #095721;
}
.AnyTagClassName
{
color: #095721;
}
</style>
background-color css
<style>
a { background-color: #095721; }
a { background-color: rgb(9,87,33); }
div.DivClassName
{
background-color: #095721;
}
.BgClassName
{
background-color: #095721;
}
</style>
border-color css
<style>
span { border-color: #095721; }
span { border-color: rgb(9,87,33); }
td.TdClassName
{
border-color: #095721;
}
.TagClassName
{
border-color: #095721;
}
</style>