Shades of Crusoe #115823
Tints of Crusoe #115823
RGB
CMYK
RGB Variations
Color information
#115823 (or 0x115823) is known color: Crusoe. HEX triplet: 11, 58 and 23. RGB value is (17,88,35). Sum of RGB (Red+Green+Blue) = 17+88+35=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #115823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115823 is #EEA7DC. Grayscale: #3C3C3C. Windows color (decimal): -15640541 or 2316305. OLE color: 2316305.
HSL color Cylindrical-coordinate representation of color #115823: hue angle of 135.21º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115823 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 88 | 35 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.65 |
| HSL | 135.21º | 0.68% | 0.21% | - |
| HSV(B) | 135.21º | 0.81% | 0.35% | - |
| XYZ | 4.02 | 7.22 | 2.77 | - |
| YUV | 60.73 | 113.48 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 35 | 0.81 | 0 | 0.60 | 0.65 | 135.21 | 0.68 | 0.21 |
| Hex | 11 | 58 | 23 | 51 | 0 | 3C | 41 | 87 | 44 | 15 |
| Octal | 21 | 130 | 43 | 121 | 0 | 74 | 101 | 207 | 104 | 25 |
| Binary | 10001 | 1011000 | 100011 | 1010001 | 0 | 111100 | 1000001 | 10000111 | 1000100 | 10101 |
Color Harmonies of #115823
Complementary color
Monochromatic Colors of #115823
Black with #115823
Text Example
Text Example
White with #115823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115823; }
p { color: rgb(17,88,35); }
H1.HeaderClassName
{
color: #115823;
}
.AnyTagClassName
{
color: #115823;
}
</style>
background-color css
<style>
a { background-color: #115823; }
a { background-color: rgb(17,88,35); }
div.DivClassName
{
background-color: #115823;
}
.BgClassName
{
background-color: #115823;
}
</style>
border-color css
<style>
span { border-color: #115823; }
span { border-color: rgb(17,88,35); }
td.TdClassName
{
border-color: #115823;
}
.TagClassName
{
border-color: #115823;
}
</style>