Shades of Crusoe #09532A
Tints of Crusoe #09532A
RGB
CMYK
RGB Variations
Color information
#09532A (or 0x09532A) is known color: Crusoe. HEX triplet: 09, 53 and 2A. RGB value is (9,83,42). Sum of RGB (Red+Green+Blue) = 9+83+42=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #09532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09532A is #F6ACD5. Grayscale: #383838. Windows color (decimal): -16166102 or 2773769. OLE color: 2773769.
HSL color Cylindrical-coordinate representation of color #09532A: hue angle of 146.76º 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 #09532A is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 42 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.67 |
| HSL | 146.76º | 0.8% | 0.18% | - |
| HSV(B) | 146.76º | 0.89% | 0.33% | - |
| XYZ | 3.62 | 6.41 | 3.24 | - |
| YUV | 56.2 | 119.98 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 42 | 0.89 | 0 | 0.49 | 0.67 | 146.76 | 0.8 | 0.18 |
| Hex | 9 | 53 | 2A | 59 | 0 | 31 | 43 | 93 | 50 | 12 |
| Octal | 11 | 123 | 52 | 131 | 0 | 61 | 103 | 223 | 120 | 22 |
| Binary | 1001 | 1010011 | 101010 | 1011001 | 0 | 110001 | 1000011 | 10010011 | 1010000 | 10010 |
Color Harmonies of #09532A
Complementary color
Monochromatic Colors of #09532A
Black with #09532A
Text Example
Text Example
White with #09532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09532A; }
p { color: rgb(9,83,42); }
H1.HeaderClassName
{
color: #09532A;
}
.AnyTagClassName
{
color: #09532A;
}
</style>
background-color css
<style>
a { background-color: #09532A; }
a { background-color: rgb(9,83,42); }
div.DivClassName
{
background-color: #09532A;
}
.BgClassName
{
background-color: #09532A;
}
</style>
border-color css
<style>
span { border-color: #09532A; }
span { border-color: rgb(9,83,42); }
td.TdClassName
{
border-color: #09532A;
}
.TagClassName
{
border-color: #09532A;
}
</style>