Shades of Crusoe #0B5421
Tints of Crusoe #0B5421
RGB
CMYK
RGB Variations
Color information
#0B5421 (or 0x0B5421) is known color: Crusoe. HEX triplet: 0B, 54 and 21. RGB value is (11,84,33). Sum of RGB (Red+Green+Blue) = 11+84+33=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #0B5421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5421 is #F4ABDE. Grayscale: #383838. Windows color (decimal): -16034783 or 2184203. OLE color: 2184203.
HSL color Cylindrical-coordinate representation of color #0B5421: hue angle of 138.08º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5421 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 84 | 33 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.67 |
| HSL | 138.08º | 0.77% | 0.19% | - |
| HSV(B) | 138.08º | 0.87% | 0.33% | - |
| XYZ | 3.58 | 6.52 | 2.51 | - |
| YUV | 56.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 33 | 0.87 | 0 | 0.61 | 0.67 | 138.08 | 0.77 | 0.19 |
| Hex | B | 54 | 21 | 57 | 0 | 3D | 43 | 8A | 4D | 13 |
| Octal | 13 | 124 | 41 | 127 | 0 | 75 | 103 | 212 | 115 | 23 |
| Binary | 1011 | 1010100 | 100001 | 1010111 | 0 | 111101 | 1000011 | 10001010 | 1001101 | 10011 |
Color Harmonies of #0B5421
Complementary color
Monochromatic Colors of #0B5421
Black with #0B5421
Text Example
Text Example
White with #0B5421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5421; }
p { color: rgb(11,84,33); }
H1.HeaderClassName
{
color: #0B5421;
}
.AnyTagClassName
{
color: #0B5421;
}
</style>
background-color css
<style>
a { background-color: #0B5421; }
a { background-color: rgb(11,84,33); }
div.DivClassName
{
background-color: #0B5421;
}
.BgClassName
{
background-color: #0B5421;
}
</style>
border-color css
<style>
span { border-color: #0B5421; }
span { border-color: rgb(11,84,33); }
td.TdClassName
{
border-color: #0B5421;
}
.TagClassName
{
border-color: #0B5421;
}
</style>