Shades of Crusoe #08671E
Tints of Crusoe #08671E
RGB
CMYK
RGB Variations
Color information
#08671E (or 0x08671E) is known color: Crusoe. HEX triplet: 08, 67 and 1E. RGB value is (8,103,30). Sum of RGB (Red+Green+Blue) = 8+103+30=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #08671E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08671E is #F798E1. Grayscale: #424242. Windows color (decimal): -16226530 or 1992456. OLE color: 1992456.
HSL color Cylindrical-coordinate representation of color #08671E: hue angle of 133.89º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08671E is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 30 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.60 |
| HSL | 133.89º | 0.86% | 0.22% | - |
| HSV(B) | 133.89º | 0.92% | 0.4% | - |
| XYZ | 5.18 | 9.85 | 2.86 | - |
| YUV | 66.27 | 107.53 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 30 | 0.92 | 0 | 0.71 | 0.60 | 133.89 | 0.86 | 0.22 |
| Hex | 8 | 67 | 1E | 5C | 0 | 47 | 3C | 86 | 56 | 16 |
| Octal | 10 | 147 | 36 | 134 | 0 | 107 | 74 | 206 | 126 | 26 |
| Binary | 1000 | 1100111 | 11110 | 1011100 | 0 | 1000111 | 111100 | 10000110 | 1010110 | 10110 |
Color Harmonies of #08671E
Complementary color
Monochromatic Colors of #08671E
Black with #08671E
Text Example
Text Example
White with #08671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08671E; }
p { color: rgb(8,103,30); }
H1.HeaderClassName
{
color: #08671E;
}
.AnyTagClassName
{
color: #08671E;
}
</style>
background-color css
<style>
a { background-color: #08671E; }
a { background-color: rgb(8,103,30); }
div.DivClassName
{
background-color: #08671E;
}
.BgClassName
{
background-color: #08671E;
}
</style>
border-color css
<style>
span { border-color: #08671E; }
span { border-color: rgb(8,103,30); }
td.TdClassName
{
border-color: #08671E;
}
.TagClassName
{
border-color: #08671E;
}
</style>