Shades of Crusoe #09531C
Tints of Crusoe #09531C
RGB
CMYK
RGB Variations
Color information
#09531C (or 0x09531C) is known color: Crusoe. HEX triplet: 09, 53 and 1C. RGB value is (9,83,28). Sum of RGB (Red+Green+Blue) = 9+83+28=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #09531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09531C is #F6ACE3. Grayscale: #363636. Windows color (decimal): -16166116 or 1856265. OLE color: 1856265.
HSL color Cylindrical-coordinate representation of color #09531C: hue angle of 135.41º 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 #09531C is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 28 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.67 |
| HSL | 135.41º | 0.8% | 0.18% | - |
| HSV(B) | 135.41º | 0.89% | 0.33% | - |
| XYZ | 3.42 | 6.33 | 2.14 | - |
| YUV | 54.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 28 | 0.89 | 0 | 0.66 | 0.67 | 135.41 | 0.8 | 0.18 |
| Hex | 9 | 53 | 1C | 59 | 0 | 42 | 43 | 87 | 50 | 12 |
| Octal | 11 | 123 | 34 | 131 | 0 | 102 | 103 | 207 | 120 | 22 |
| Binary | 1001 | 1010011 | 11100 | 1011001 | 0 | 1000010 | 1000011 | 10000111 | 1010000 | 10010 |
Color Harmonies of #09531C
Complementary color
Monochromatic Colors of #09531C
Black with #09531C
Text Example
Text Example
White with #09531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09531C; }
p { color: rgb(9,83,28); }
H1.HeaderClassName
{
color: #09531C;
}
.AnyTagClassName
{
color: #09531C;
}
</style>
background-color css
<style>
a { background-color: #09531C; }
a { background-color: rgb(9,83,28); }
div.DivClassName
{
background-color: #09531C;
}
.BgClassName
{
background-color: #09531C;
}
</style>
border-color css
<style>
span { border-color: #09531C; }
span { border-color: rgb(9,83,28); }
td.TdClassName
{
border-color: #09531C;
}
.TagClassName
{
border-color: #09531C;
}
</style>