Shades of Crusoe #09672D
Tints of Crusoe #09672D
RGB
CMYK
RGB Variations
Color information
#09672D (or 0x09672D) is known color: Crusoe. HEX triplet: 09, 67 and 2D. RGB value is (9,103,45). Sum of RGB (Red+Green+Blue) = 9+103+45=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 103 (40.62% from 255 or 65.61% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 103 - color contains mainly: green. Hex color #09672D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09672D is #F698D2. Grayscale: #444444. Windows color (decimal): -16160979 or 2975497. OLE color: 2975497.
HSL color Cylindrical-coordinate representation of color #09672D: hue angle of 142.98º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09672D is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 103 | 45 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.60 |
| HSL | 142.98º | 0.84% | 0.22% | - |
| HSV(B) | 142.98º | 0.91% | 0.4% | - |
| XYZ | 5.44 | 9.95 | 4.12 | - |
| YUV | 68.28 | 114.86 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 45 | 0.91 | 0 | 0.56 | 0.60 | 142.98 | 0.84 | 0.22 |
| Hex | 9 | 67 | 2D | 5B | 0 | 38 | 3C | 8F | 54 | 16 |
| Octal | 11 | 147 | 55 | 133 | 0 | 70 | 74 | 217 | 124 | 26 |
| Binary | 1001 | 1100111 | 101101 | 1011011 | 0 | 111000 | 111100 | 10001111 | 1010100 | 10110 |
Color Harmonies of #09672D
Complementary color
Monochromatic Colors of #09672D
Black with #09672D
Text Example
Text Example
White with #09672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09672D; }
p { color: rgb(9,103,45); }
H1.HeaderClassName
{
color: #09672D;
}
.AnyTagClassName
{
color: #09672D;
}
</style>
background-color css
<style>
a { background-color: #09672D; }
a { background-color: rgb(9,103,45); }
div.DivClassName
{
background-color: #09672D;
}
.BgClassName
{
background-color: #09672D;
}
</style>
border-color css
<style>
span { border-color: #09672D; }
span { border-color: rgb(9,103,45); }
td.TdClassName
{
border-color: #09672D;
}
.TagClassName
{
border-color: #09672D;
}
</style>