Shades of Crusoe #10511D
Tints of Crusoe #10511D
RGB
CMYK
RGB Variations
Color information
#10511D (or 0x10511D) is known color: Crusoe. HEX triplet: 10, 51 and 1D. RGB value is (16,81,29). Sum of RGB (Red+Green+Blue) = 16+81+29=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #10511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10511D is #EFAEE2. Grayscale: #373737. Windows color (decimal): -15707875 or 1921296. OLE color: 1921296.
HSL color Cylindrical-coordinate representation of color #10511D: hue angle of 132º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10511D is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 81 | 29 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.68 |
| HSL | 132º | 0.67% | 0.19% | - |
| HSV(B) | 132º | 0.8% | 0.32% | - |
| XYZ | 3.38 | 6.08 | 2.16 | - |
| YUV | 55.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 29 | 0.80 | 0 | 0.64 | 0.68 | 132 | 0.67 | 0.19 |
| Hex | 10 | 51 | 1D | 50 | 0 | 40 | 44 | 84 | 43 | 13 |
| Octal | 20 | 121 | 35 | 120 | 0 | 100 | 104 | 204 | 103 | 23 |
| Binary | 10000 | 1010001 | 11101 | 1010000 | 0 | 1000000 | 1000100 | 10000100 | 1000011 | 10011 |
Color Harmonies of #10511D
Complementary color
Monochromatic Colors of #10511D
Black with #10511D
Text Example
Text Example
White with #10511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10511D; }
p { color: rgb(16,81,29); }
H1.HeaderClassName
{
color: #10511D;
}
.AnyTagClassName
{
color: #10511D;
}
</style>
background-color css
<style>
a { background-color: #10511D; }
a { background-color: rgb(16,81,29); }
div.DivClassName
{
background-color: #10511D;
}
.BgClassName
{
background-color: #10511D;
}
</style>
border-color css
<style>
span { border-color: #10511D; }
span { border-color: rgb(16,81,29); }
td.TdClassName
{
border-color: #10511D;
}
.TagClassName
{
border-color: #10511D;
}
</style>