Shades of Crusoe #095723
Tints of Crusoe #095723
RGB
CMYK
RGB Variations
Color information
#095723 (or 0x095723) is known color: Crusoe. HEX triplet: 09, 57 and 23. RGB value is (9,87,35). Sum of RGB (Red+Green+Blue) = 9+87+35=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 87 (34.38% from 255 or 66.41% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 87 - color contains mainly: green. Hex color #095723 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095723 is #F6A8DC. Grayscale: #393939. Windows color (decimal): -16165085 or 2316041. OLE color: 2316041.
HSL color Cylindrical-coordinate representation of color #095723: hue angle of 140º 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 #095723 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 87 | 35 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.66 |
| HSL | 140º | 0.81% | 0.19% | - |
| HSV(B) | 140º | 0.9% | 0.34% | - |
| XYZ | 3.82 | 7 | 2.74 | - |
| YUV | 57.75 | 115.16 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 35 | 0.90 | 0 | 0.60 | 0.66 | 140 | 0.81 | 0.19 |
| Hex | 9 | 57 | 23 | 5A | 0 | 3C | 42 | 8C | 51 | 13 |
| Octal | 11 | 127 | 43 | 132 | 0 | 74 | 102 | 214 | 121 | 23 |
| Binary | 1001 | 1010111 | 100011 | 1011010 | 0 | 111100 | 1000010 | 10001100 | 1010001 | 10011 |
Color Harmonies of #095723
Complementary color
Monochromatic Colors of #095723
Black with #095723
Text Example
Text Example
White with #095723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095723; }
p { color: rgb(9,87,35); }
H1.HeaderClassName
{
color: #095723;
}
.AnyTagClassName
{
color: #095723;
}
</style>
background-color css
<style>
a { background-color: #095723; }
a { background-color: rgb(9,87,35); }
div.DivClassName
{
background-color: #095723;
}
.BgClassName
{
background-color: #095723;
}
</style>
border-color css
<style>
span { border-color: #095723; }
span { border-color: rgb(9,87,35); }
td.TdClassName
{
border-color: #095723;
}
.TagClassName
{
border-color: #095723;
}
</style>