Shades of Crusoe #08501D
Tints of Crusoe #08501D
RGB
CMYK
RGB Variations
Color information
#08501D (or 0x08501D) is known color: Crusoe. HEX triplet: 08, 50 and 1D. RGB value is (8,80,29). Sum of RGB (Red+Green+Blue) = 8+80+29=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #08501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08501D is #F7AFE2. Grayscale: #343434. Windows color (decimal): -16232419 or 1921032. OLE color: 1921032.
HSL color Cylindrical-coordinate representation of color #08501D: hue angle of 137.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08501D is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 80 | 29 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.69 |
| HSL | 137.5º | 0.82% | 0.17% | - |
| HSV(B) | 137.5º | 0.9% | 0.31% | - |
| XYZ | 3.19 | 5.88 | 2.13 | - |
| YUV | 52.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 29 | 0.90 | 0 | 0.64 | 0.69 | 137.5 | 0.82 | 0.17 |
| Hex | 8 | 50 | 1D | 5A | 0 | 40 | 45 | 8A | 52 | 11 |
| Octal | 10 | 120 | 35 | 132 | 0 | 100 | 105 | 212 | 122 | 21 |
| Binary | 1000 | 1010000 | 11101 | 1011010 | 0 | 1000000 | 1000101 | 10001010 | 1010010 | 10001 |
Color Harmonies of #08501D
Complementary color
Monochromatic Colors of #08501D
Black with #08501D
Text Example
Text Example
White with #08501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08501D; }
p { color: rgb(8,80,29); }
H1.HeaderClassName
{
color: #08501D;
}
.AnyTagClassName
{
color: #08501D;
}
</style>
background-color css
<style>
a { background-color: #08501D; }
a { background-color: rgb(8,80,29); }
div.DivClassName
{
background-color: #08501D;
}
.BgClassName
{
background-color: #08501D;
}
</style>
border-color css
<style>
span { border-color: #08501D; }
span { border-color: rgb(8,80,29); }
td.TdClassName
{
border-color: #08501D;
}
.TagClassName
{
border-color: #08501D;
}
</style>