Shades of Crusoe #08521B
Tints of Crusoe #08521B
RGB
CMYK
RGB Variations
Color information
#08521B (or 0x08521B) is known color: Crusoe. HEX triplet: 08, 52 and 1B. RGB value is (8,82,27). Sum of RGB (Red+Green+Blue) = 8+82+27=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #08521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08521B is #F7ADE4. Grayscale: #353535. Windows color (decimal): -16231909 or 1790472. OLE color: 1790472.
HSL color Cylindrical-coordinate representation of color #08521B: hue angle of 135.41º 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 #08521B is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 27 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.68 |
| HSL | 135.41º | 0.82% | 0.18% | - |
| HSV(B) | 135.41º | 0.9% | 0.32% | - |
| XYZ | 3.32 | 6.17 | 2.05 | - |
| YUV | 53.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 27 | 0.90 | 0 | 0.67 | 0.68 | 135.41 | 0.82 | 0.18 |
| Hex | 8 | 52 | 1B | 5A | 0 | 43 | 44 | 87 | 52 | 12 |
| Octal | 10 | 122 | 33 | 132 | 0 | 103 | 104 | 207 | 122 | 22 |
| Binary | 1000 | 1010010 | 11011 | 1011010 | 0 | 1000011 | 1000100 | 10000111 | 1010010 | 10010 |
Color Harmonies of #08521B
Complementary color
Monochromatic Colors of #08521B
Black with #08521B
Text Example
Text Example
White with #08521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08521B; }
p { color: rgb(8,82,27); }
H1.HeaderClassName
{
color: #08521B;
}
.AnyTagClassName
{
color: #08521B;
}
</style>
background-color css
<style>
a { background-color: #08521B; }
a { background-color: rgb(8,82,27); }
div.DivClassName
{
background-color: #08521B;
}
.BgClassName
{
background-color: #08521B;
}
</style>
border-color css
<style>
span { border-color: #08521B; }
span { border-color: rgb(8,82,27); }
td.TdClassName
{
border-color: #08521B;
}
.TagClassName
{
border-color: #08521B;
}
</style>