Shades of Crusoe #105D1D
Tints of Crusoe #105D1D
RGB
CMYK
RGB Variations
Color information
#105D1D (or 0x105D1D) is known color: Crusoe. HEX triplet: 10, 5D and 1D. RGB value is (16,93,29). Sum of RGB (Red+Green+Blue) = 16+93+29=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #105D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105D1D is #EFA2E2. Grayscale: #3E3E3E. Windows color (decimal): -15704803 or 1924368. OLE color: 1924368.
HSL color Cylindrical-coordinate representation of color #105D1D: hue angle of 130.13º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105D1D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 93 | 29 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.64 |
| HSL | 130.13º | 0.71% | 0.21% | - |
| HSV(B) | 130.13º | 0.83% | 0.36% | - |
| XYZ | 4.35 | 8.03 | 2.48 | - |
| YUV | 62.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 29 | 0.83 | 0 | 0.69 | 0.64 | 130.13 | 0.71 | 0.21 |
| Hex | 10 | 5D | 1D | 53 | 0 | 45 | 40 | 82 | 47 | 15 |
| Octal | 20 | 135 | 35 | 123 | 0 | 105 | 100 | 202 | 107 | 25 |
| Binary | 10000 | 1011101 | 11101 | 1010011 | 0 | 1000101 | 1000000 | 10000010 | 1000111 | 10101 |
Color Harmonies of #105D1D
Complementary color
Monochromatic Colors of #105D1D
Black with #105D1D
Text Example
Text Example
White with #105D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105D1D; }
p { color: rgb(16,93,29); }
H1.HeaderClassName
{
color: #105D1D;
}
.AnyTagClassName
{
color: #105D1D;
}
</style>
background-color css
<style>
a { background-color: #105D1D; }
a { background-color: rgb(16,93,29); }
div.DivClassName
{
background-color: #105D1D;
}
.BgClassName
{
background-color: #105D1D;
}
</style>
border-color css
<style>
span { border-color: #105D1D; }
span { border-color: rgb(16,93,29); }
td.TdClassName
{
border-color: #105D1D;
}
.TagClassName
{
border-color: #105D1D;
}
</style>