Shades of Crusoe #08631D
Tints of Crusoe #08631D
RGB
CMYK
RGB Variations
Color information
#08631D (or 0x08631D) is known color: Crusoe. HEX triplet: 08, 63 and 1D. RGB value is (8,99,29). Sum of RGB (Red+Green+Blue) = 8+99+29=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 99 (39.06% from 255 or 72.79% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 99 - color contains mainly: green. Hex color #08631D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08631D is #F79CE2. Grayscale: #3F3F3F. Windows color (decimal): -16227555 or 1925896. OLE color: 1925896.
HSL color Cylindrical-coordinate representation of color #08631D: hue angle of 133.85º 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 #08631D is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 29 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.61 |
| HSL | 133.85º | 0.85% | 0.21% | - |
| HSV(B) | 133.85º | 0.92% | 0.39% | - |
| XYZ | 4.78 | 9.06 | 2.66 | - |
| YUV | 63.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 29 | 0.92 | 0 | 0.71 | 0.61 | 133.85 | 0.85 | 0.21 |
| Hex | 8 | 63 | 1D | 5C | 0 | 47 | 3D | 86 | 55 | 15 |
| Octal | 10 | 143 | 35 | 134 | 0 | 107 | 75 | 206 | 125 | 25 |
| Binary | 1000 | 1100011 | 11101 | 1011100 | 0 | 1000111 | 111101 | 10000110 | 1010101 | 10101 |
Color Harmonies of #08631D
Complementary color
Monochromatic Colors of #08631D
Black with #08631D
Text Example
Text Example
White with #08631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08631D; }
p { color: rgb(8,99,29); }
H1.HeaderClassName
{
color: #08631D;
}
.AnyTagClassName
{
color: #08631D;
}
</style>
background-color css
<style>
a { background-color: #08631D; }
a { background-color: rgb(8,99,29); }
div.DivClassName
{
background-color: #08631D;
}
.BgClassName
{
background-color: #08631D;
}
</style>
border-color css
<style>
span { border-color: #08631D; }
span { border-color: rgb(8,99,29); }
td.TdClassName
{
border-color: #08631D;
}
.TagClassName
{
border-color: #08631D;
}
</style>