Shades of Crusoe #0B5320
Tints of Crusoe #0B5320
RGB
CMYK
RGB Variations
Color information
#0B5320 (or 0x0B5320) is known color: Crusoe. HEX triplet: 0B, 53 and 20. RGB value is (11,83,32). Sum of RGB (Red+Green+Blue) = 11+83+32=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #0B5320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5320 is #F4ACDF. Grayscale: #373737. Windows color (decimal): -16035040 or 2118411. OLE color: 2118411.
HSL color Cylindrical-coordinate representation of color #0B5320: hue angle of 137.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5320 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 83 | 32 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.67 |
| HSL | 137.5º | 0.77% | 0.18% | - |
| HSV(B) | 137.5º | 0.87% | 0.33% | - |
| XYZ | 3.49 | 6.36 | 2.41 | - |
| YUV | 55.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 32 | 0.87 | 0 | 0.61 | 0.67 | 137.5 | 0.77 | 0.18 |
| Hex | B | 53 | 20 | 57 | 0 | 3D | 43 | 8A | 4D | 12 |
| Octal | 13 | 123 | 40 | 127 | 0 | 75 | 103 | 212 | 115 | 22 |
| Binary | 1011 | 1010011 | 100000 | 1010111 | 0 | 111101 | 1000011 | 10001010 | 1001101 | 10010 |
Color Harmonies of #0B5320
Complementary color
Monochromatic Colors of #0B5320
Black with #0B5320
Text Example
Text Example
White with #0B5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5320; }
p { color: rgb(11,83,32); }
H1.HeaderClassName
{
color: #0B5320;
}
.AnyTagClassName
{
color: #0B5320;
}
</style>
background-color css
<style>
a { background-color: #0B5320; }
a { background-color: rgb(11,83,32); }
div.DivClassName
{
background-color: #0B5320;
}
.BgClassName
{
background-color: #0B5320;
}
</style>
border-color css
<style>
span { border-color: #0B5320; }
span { border-color: rgb(11,83,32); }
td.TdClassName
{
border-color: #0B5320;
}
.TagClassName
{
border-color: #0B5320;
}
</style>