Shades of Crusoe #08532D
Tints of Crusoe #08532D
RGB
CMYK
RGB Variations
Color information
#08532D (or 0x08532D) is known color: Crusoe. HEX triplet: 08, 53 and 2D. RGB value is (8,83,45). Sum of RGB (Red+Green+Blue) = 8+83+45=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #08532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08532D is #F7ACD2. Grayscale: #383838. Windows color (decimal): -16231635 or 2970376. OLE color: 2970376.
HSL color Cylindrical-coordinate representation of color #08532D: hue angle of 149.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08532D is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 45 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.67 |
| HSL | 149.6º | 0.82% | 0.18% | - |
| HSV(B) | 149.6º | 0.9% | 0.33% | - |
| XYZ | 3.67 | 6.43 | 3.53 | - |
| YUV | 56.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 45 | 0.90 | 0 | 0.46 | 0.67 | 149.6 | 0.82 | 0.18 |
| Hex | 8 | 53 | 2D | 5A | 0 | 2E | 43 | 96 | 52 | 12 |
| Octal | 10 | 123 | 55 | 132 | 0 | 56 | 103 | 226 | 122 | 22 |
| Binary | 1000 | 1010011 | 101101 | 1011010 | 0 | 101110 | 1000011 | 10010110 | 1010010 | 10010 |
Color Harmonies of #08532D
Complementary color
Monochromatic Colors of #08532D
Black with #08532D
Text Example
Text Example
White with #08532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08532D; }
p { color: rgb(8,83,45); }
H1.HeaderClassName
{
color: #08532D;
}
.AnyTagClassName
{
color: #08532D;
}
</style>
background-color css
<style>
a { background-color: #08532D; }
a { background-color: rgb(8,83,45); }
div.DivClassName
{
background-color: #08532D;
}
.BgClassName
{
background-color: #08532D;
}
</style>
border-color css
<style>
span { border-color: #08532D; }
span { border-color: rgb(8,83,45); }
td.TdClassName
{
border-color: #08532D;
}
.TagClassName
{
border-color: #08532D;
}
</style>