Shades of Crusoe #09571B
Tints of Crusoe #09571B
RGB
CMYK
RGB Variations
Color information
#09571B (or 0x09571B) is known color: Crusoe. HEX triplet: 09, 57 and 1B. RGB value is (9,87,27). Sum of RGB (Red+Green+Blue) = 9+87+27=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #09571B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09571B is #F6A8E4. Grayscale: #393939. Windows color (decimal): -16165093 or 1791753. OLE color: 1791753.
HSL color Cylindrical-coordinate representation of color #09571B: hue angle of 133.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09571B is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 87 | 27 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.66 |
| HSL | 133.85º | 0.81% | 0.19% | - |
| HSV(B) | 133.85º | 0.9% | 0.34% | - |
| XYZ | 3.72 | 6.95 | 2.18 | - |
| YUV | 56.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 27 | 0.90 | 0 | 0.69 | 0.66 | 133.85 | 0.81 | 0.19 |
| Hex | 9 | 57 | 1B | 5A | 0 | 45 | 42 | 86 | 51 | 13 |
| Octal | 11 | 127 | 33 | 132 | 0 | 105 | 102 | 206 | 121 | 23 |
| Binary | 1001 | 1010111 | 11011 | 1011010 | 0 | 1000101 | 1000010 | 10000110 | 1010001 | 10011 |
Color Harmonies of #09571B
Complementary color
Monochromatic Colors of #09571B
Black with #09571B
Text Example
Text Example
White with #09571B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09571B; }
p { color: rgb(9,87,27); }
H1.HeaderClassName
{
color: #09571B;
}
.AnyTagClassName
{
color: #09571B;
}
</style>
background-color css
<style>
a { background-color: #09571B; }
a { background-color: rgb(9,87,27); }
div.DivClassName
{
background-color: #09571B;
}
.BgClassName
{
background-color: #09571B;
}
</style>
border-color css
<style>
span { border-color: #09571B; }
span { border-color: rgb(9,87,27); }
td.TdClassName
{
border-color: #09571B;
}
.TagClassName
{
border-color: #09571B;
}
</style>