Shades of Crusoe #0B5221
Tints of Crusoe #0B5221
RGB
CMYK
RGB Variations
Color information
#0B5221 (or 0x0B5221) is known color: Crusoe. HEX triplet: 0B, 52 and 21. RGB value is (11,82,33). Sum of RGB (Red+Green+Blue) = 11+82+33=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #0B5221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5221 is #F4ADDE. Grayscale: #373737. Windows color (decimal): -16035295 or 2183691. OLE color: 2183691.
HSL color Cylindrical-coordinate representation of color #0B5221: hue angle of 138.59º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5221 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 82 | 33 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.68 |
| HSL | 138.59º | 0.76% | 0.18% | - |
| HSV(B) | 138.59º | 0.87% | 0.32% | - |
| XYZ | 3.43 | 6.22 | 2.46 | - |
| YUV | 55.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 33 | 0.87 | 0 | 0.60 | 0.68 | 138.59 | 0.76 | 0.18 |
| Hex | B | 52 | 21 | 57 | 0 | 3C | 44 | 8B | 4C | 12 |
| Octal | 13 | 122 | 41 | 127 | 0 | 74 | 104 | 213 | 114 | 22 |
| Binary | 1011 | 1010010 | 100001 | 1010111 | 0 | 111100 | 1000100 | 10001011 | 1001100 | 10010 |
Color Harmonies of #0B5221
Complementary color
Monochromatic Colors of #0B5221
Black with #0B5221
Text Example
Text Example
White with #0B5221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5221; }
p { color: rgb(11,82,33); }
H1.HeaderClassName
{
color: #0B5221;
}
.AnyTagClassName
{
color: #0B5221;
}
</style>
background-color css
<style>
a { background-color: #0B5221; }
a { background-color: rgb(11,82,33); }
div.DivClassName
{
background-color: #0B5221;
}
.BgClassName
{
background-color: #0B5221;
}
</style>
border-color css
<style>
span { border-color: #0B5221; }
span { border-color: rgb(11,82,33); }
td.TdClassName
{
border-color: #0B5221;
}
.TagClassName
{
border-color: #0B5221;
}
</style>