Shades of Crusoe #095829
Tints of Crusoe #095829
RGB
CMYK
RGB Variations
Color information
#095829 (or 0x095829) is known color: Crusoe. HEX triplet: 09, 58 and 29. RGB value is (9,88,41). Sum of RGB (Red+Green+Blue) = 9+88+41=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #095829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095829 is #F6A7D6. Grayscale: #3B3B3B. Windows color (decimal): -16164823 or 2709513. OLE color: 2709513.
HSL color Cylindrical-coordinate representation of color #095829: hue angle of 144.3º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095829 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 88 | 41 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.65 |
| HSL | 144.3º | 0.81% | 0.19% | - |
| HSV(B) | 144.3º | 0.9% | 0.35% | - |
| XYZ | 4 | 7.2 | 3.28 | - |
| YUV | 59.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 41 | 0.90 | 0 | 0.53 | 0.65 | 144.3 | 0.81 | 0.19 |
| Hex | 9 | 58 | 29 | 5A | 0 | 35 | 41 | 90 | 51 | 13 |
| Octal | 11 | 130 | 51 | 132 | 0 | 65 | 101 | 220 | 121 | 23 |
| Binary | 1001 | 1011000 | 101001 | 1011010 | 0 | 110101 | 1000001 | 10010000 | 1010001 | 10011 |
Color Harmonies of #095829
Complementary color
Monochromatic Colors of #095829
Black with #095829
Text Example
Text Example
White with #095829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095829; }
p { color: rgb(9,88,41); }
H1.HeaderClassName
{
color: #095829;
}
.AnyTagClassName
{
color: #095829;
}
</style>
background-color css
<style>
a { background-color: #095829; }
a { background-color: rgb(9,88,41); }
div.DivClassName
{
background-color: #095829;
}
.BgClassName
{
background-color: #095829;
}
</style>
border-color css
<style>
span { border-color: #095829; }
span { border-color: rgb(9,88,41); }
td.TdClassName
{
border-color: #095829;
}
.TagClassName
{
border-color: #095829;
}
</style>