Shades of Crusoe #08632E
Tints of Crusoe #08632E
RGB
CMYK
RGB Variations
Color information
#08632E (or 0x08632E) is known color: Crusoe. HEX triplet: 08, 63 and 2E. RGB value is (8,99,46). Sum of RGB (Red+Green+Blue) = 8+99+46=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #08632E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08632E is #F79CD1. Grayscale: #414141. Windows color (decimal): -16227538 or 3040008. OLE color: 3040008.
HSL color Cylindrical-coordinate representation of color #08632E: hue angle of 145.05º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08632E is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 46 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.61 |
| HSL | 145.05º | 0.85% | 0.21% | - |
| HSV(B) | 145.05º | 0.92% | 0.39% | - |
| XYZ | 5.06 | 9.17 | 4.09 | - |
| YUV | 65.75 | 116.85 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 46 | 0.92 | 0 | 0.54 | 0.61 | 145.05 | 0.85 | 0.21 |
| Hex | 8 | 63 | 2E | 5C | 0 | 36 | 3D | 91 | 55 | 15 |
| Octal | 10 | 143 | 56 | 134 | 0 | 66 | 75 | 221 | 125 | 25 |
| Binary | 1000 | 1100011 | 101110 | 1011100 | 0 | 110110 | 111101 | 10010001 | 1010101 | 10101 |
Color Harmonies of #08632E
Complementary color
Monochromatic Colors of #08632E
Black with #08632E
Text Example
Text Example
White with #08632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08632E; }
p { color: rgb(8,99,46); }
H1.HeaderClassName
{
color: #08632E;
}
.AnyTagClassName
{
color: #08632E;
}
</style>
background-color css
<style>
a { background-color: #08632E; }
a { background-color: rgb(8,99,46); }
div.DivClassName
{
background-color: #08632E;
}
.BgClassName
{
background-color: #08632E;
}
</style>
border-color css
<style>
span { border-color: #08632E; }
span { border-color: rgb(8,99,46); }
td.TdClassName
{
border-color: #08632E;
}
.TagClassName
{
border-color: #08632E;
}
</style>