Shades of Crusoe #09532D
Tints of Crusoe #09532D
RGB
CMYK
RGB Variations
Color information
#09532D (or 0x09532D) is known color: Crusoe. HEX triplet: 09, 53 and 2D. RGB value is (9,83,45). Sum of RGB (Red+Green+Blue) = 9+83+45=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #09532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09532D is #F6ACD2. Grayscale: #383838. Windows color (decimal): -16166099 or 2970377. OLE color: 2970377.
HSL color Cylindrical-coordinate representation of color #09532D: hue angle of 149.19º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09532D is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 45 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.67 |
| HSL | 149.19º | 0.8% | 0.18% | - |
| HSV(B) | 149.19º | 0.89% | 0.33% | - |
| XYZ | 3.68 | 6.43 | 3.53 | - |
| YUV | 56.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 45 | 0.89 | 0 | 0.46 | 0.67 | 149.19 | 0.8 | 0.18 |
| Hex | 9 | 53 | 2D | 59 | 0 | 2E | 43 | 95 | 50 | 12 |
| Octal | 11 | 123 | 55 | 131 | 0 | 56 | 103 | 225 | 120 | 22 |
| Binary | 1001 | 1010011 | 101101 | 1011001 | 0 | 101110 | 1000011 | 10010101 | 1010000 | 10010 |
Color Harmonies of #09532D
Complementary color
Monochromatic Colors of #09532D
Black with #09532D
Text Example
Text Example
White with #09532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09532D; }
p { color: rgb(9,83,45); }
H1.HeaderClassName
{
color: #09532D;
}
.AnyTagClassName
{
color: #09532D;
}
</style>
background-color css
<style>
a { background-color: #09532D; }
a { background-color: rgb(9,83,45); }
div.DivClassName
{
background-color: #09532D;
}
.BgClassName
{
background-color: #09532D;
}
</style>
border-color css
<style>
span { border-color: #09532D; }
span { border-color: rgb(9,83,45); }
td.TdClassName
{
border-color: #09532D;
}
.TagClassName
{
border-color: #09532D;
}
</style>