Shades of Crusoe #09571A
Tints of Crusoe #09571A
RGB
CMYK
RGB Variations
Color information
#09571A (or 0x09571A) is known color: Crusoe. HEX triplet: 09, 57 and 1A. RGB value is (9,87,26). Sum of RGB (Red+Green+Blue) = 9+87+26=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 87 (34.38% from 255 or 71.31% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 87 - color contains mainly: green. Hex color #09571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09571A is #F6A8E5. Grayscale: #383838. Windows color (decimal): -16165094 or 1726217. OLE color: 1726217.
HSL color Cylindrical-coordinate representation of color #09571A: hue angle of 133.08º 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 #09571A is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 87 | 26 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.66 |
| HSL | 133.08º | 0.81% | 0.19% | - |
| HSV(B) | 133.08º | 0.9% | 0.34% | - |
| XYZ | 3.71 | 6.95 | 2.12 | - |
| YUV | 56.72 | 110.66 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 26 | 0.90 | 0 | 0.70 | 0.66 | 133.08 | 0.81 | 0.19 |
| Hex | 9 | 57 | 1A | 5A | 0 | 46 | 42 | 85 | 51 | 13 |
| Octal | 11 | 127 | 32 | 132 | 0 | 106 | 102 | 205 | 121 | 23 |
| Binary | 1001 | 1010111 | 11010 | 1011010 | 0 | 1000110 | 1000010 | 10000101 | 1010001 | 10011 |
Color Harmonies of #09571A
Complementary color
Monochromatic Colors of #09571A
Black with #09571A
Text Example
Text Example
White with #09571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09571A; }
p { color: rgb(9,87,26); }
H1.HeaderClassName
{
color: #09571A;
}
.AnyTagClassName
{
color: #09571A;
}
</style>
background-color css
<style>
a { background-color: #09571A; }
a { background-color: rgb(9,87,26); }
div.DivClassName
{
background-color: #09571A;
}
.BgClassName
{
background-color: #09571A;
}
</style>
border-color css
<style>
span { border-color: #09571A; }
span { border-color: rgb(9,87,26); }
td.TdClassName
{
border-color: #09571A;
}
.TagClassName
{
border-color: #09571A;
}
</style>