Shades of Crusoe #08521D
Tints of Crusoe #08521D
RGB
CMYK
RGB Variations
Color information
#08521D (or 0x08521D) is known color: Crusoe. HEX triplet: 08, 52 and 1D. RGB value is (8,82,29). Sum of RGB (Red+Green+Blue) = 8+82+29=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #08521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08521D is #F7ADE2. Grayscale: #353535. Windows color (decimal): -16231907 or 1921544. OLE color: 1921544.
HSL color Cylindrical-coordinate representation of color #08521D: hue angle of 137.03º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08521D is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 29 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.68 |
| HSL | 137.03º | 0.82% | 0.18% | - |
| HSV(B) | 137.03º | 0.9% | 0.32% | - |
| XYZ | 3.34 | 6.17 | 2.18 | - |
| YUV | 53.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 29 | 0.90 | 0 | 0.65 | 0.68 | 137.03 | 0.82 | 0.18 |
| Hex | 8 | 52 | 1D | 5A | 0 | 41 | 44 | 89 | 52 | 12 |
| Octal | 10 | 122 | 35 | 132 | 0 | 101 | 104 | 211 | 122 | 22 |
| Binary | 1000 | 1010010 | 11101 | 1011010 | 0 | 1000001 | 1000100 | 10001001 | 1010010 | 10010 |
Color Harmonies of #08521D
Complementary color
Monochromatic Colors of #08521D
Black with #08521D
Text Example
Text Example
White with #08521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08521D; }
p { color: rgb(8,82,29); }
H1.HeaderClassName
{
color: #08521D;
}
.AnyTagClassName
{
color: #08521D;
}
</style>
background-color css
<style>
a { background-color: #08521D; }
a { background-color: rgb(8,82,29); }
div.DivClassName
{
background-color: #08521D;
}
.BgClassName
{
background-color: #08521D;
}
</style>
border-color css
<style>
span { border-color: #08521D; }
span { border-color: rgb(8,82,29); }
td.TdClassName
{
border-color: #08521D;
}
.TagClassName
{
border-color: #08521D;
}
</style>