Shades of Crusoe #09532F
Tints of Crusoe #09532F
RGB
CMYK
RGB Variations
Color information
#09532F (or 0x09532F) is known color: Crusoe. HEX triplet: 09, 53 and 2F. RGB value is (9,83,47). Sum of RGB (Red+Green+Blue) = 9+83+47=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #09532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09532F is #F6ACD0. Grayscale: #383838. Windows color (decimal): -16166097 or 3101449. OLE color: 3101449.
HSL color Cylindrical-coordinate representation of color #09532F: hue angle of 150.81º 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 #09532F is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 47 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.67 |
| HSL | 150.81º | 0.8% | 0.18% | - |
| HSV(B) | 150.81º | 0.89% | 0.33% | - |
| XYZ | 3.72 | 6.45 | 3.74 | - |
| YUV | 56.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 47 | 0.89 | 0 | 0.43 | 0.67 | 150.81 | 0.8 | 0.18 |
| Hex | 9 | 53 | 2F | 59 | 0 | 2B | 43 | 97 | 50 | 12 |
| Octal | 11 | 123 | 57 | 131 | 0 | 53 | 103 | 227 | 120 | 22 |
| Binary | 1001 | 1010011 | 101111 | 1011001 | 0 | 101011 | 1000011 | 10010111 | 1010000 | 10010 |
Color Harmonies of #09532F
Complementary color
Monochromatic Colors of #09532F
Black with #09532F
Text Example
Text Example
White with #09532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09532F; }
p { color: rgb(9,83,47); }
H1.HeaderClassName
{
color: #09532F;
}
.AnyTagClassName
{
color: #09532F;
}
</style>
background-color css
<style>
a { background-color: #09532F; }
a { background-color: rgb(9,83,47); }
div.DivClassName
{
background-color: #09532F;
}
.BgClassName
{
background-color: #09532F;
}
</style>
border-color css
<style>
span { border-color: #09532F; }
span { border-color: rgb(9,83,47); }
td.TdClassName
{
border-color: #09532F;
}
.TagClassName
{
border-color: #09532F;
}
</style>