Shades of Crusoe #105F1D
Tints of Crusoe #105F1D
RGB
CMYK
RGB Variations
Color information
#105F1D (or 0x105F1D) is known color: Crusoe. HEX triplet: 10, 5F and 1D. RGB value is (16,95,29). Sum of RGB (Red+Green+Blue) = 16+95+29=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 95 (37.5% from 255 or 67.86% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 95 - color contains mainly: green. Hex color #105F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105F1D is #EFA0E2. Grayscale: #404040. Windows color (decimal): -15704291 or 1924880. OLE color: 1924880.
HSL color Cylindrical-coordinate representation of color #105F1D: hue angle of 129.87º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105F1D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 95 | 29 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.63 |
| HSL | 129.87º | 0.71% | 0.22% | - |
| HSV(B) | 129.87º | 0.83% | 0.37% | - |
| XYZ | 4.53 | 8.38 | 2.54 | - |
| YUV | 63.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 29 | 0.83 | 0 | 0.69 | 0.63 | 129.87 | 0.71 | 0.22 |
| Hex | 10 | 5F | 1D | 53 | 0 | 45 | 3F | 82 | 47 | 16 |
| Octal | 20 | 137 | 35 | 123 | 0 | 105 | 77 | 202 | 107 | 26 |
| Binary | 10000 | 1011111 | 11101 | 1010011 | 0 | 1000101 | 111111 | 10000010 | 1000111 | 10110 |
Color Harmonies of #105F1D
Complementary color
Monochromatic Colors of #105F1D
Black with #105F1D
Text Example
Text Example
White with #105F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F1D; }
p { color: rgb(16,95,29); }
H1.HeaderClassName
{
color: #105F1D;
}
.AnyTagClassName
{
color: #105F1D;
}
</style>
background-color css
<style>
a { background-color: #105F1D; }
a { background-color: rgb(16,95,29); }
div.DivClassName
{
background-color: #105F1D;
}
.BgClassName
{
background-color: #105F1D;
}
</style>
border-color css
<style>
span { border-color: #105F1D; }
span { border-color: rgb(16,95,29); }
td.TdClassName
{
border-color: #105F1D;
}
.TagClassName
{
border-color: #105F1D;
}
</style>