Shades of Crusoe #10521D
Tints of Crusoe #10521D
RGB
CMYK
RGB Variations
Color information
#10521D (or 0x10521D) is known color: Crusoe. HEX triplet: 10, 52 and 1D. RGB value is (16,82,29). Sum of RGB (Red+Green+Blue) = 16+82+29=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #10521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10521D is #EFADE2. Grayscale: #383838. Windows color (decimal): -15707619 or 1921552. OLE color: 1921552.
HSL color Cylindrical-coordinate representation of color #10521D: hue angle of 131.82º 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 #10521D is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 29 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.68 |
| HSL | 131.82º | 0.67% | 0.19% | - |
| HSV(B) | 131.82º | 0.8% | 0.32% | - |
| XYZ | 3.45 | 6.23 | 2.18 | - |
| YUV | 56.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 29 | 0.80 | 0 | 0.65 | 0.68 | 131.82 | 0.67 | 0.19 |
| Hex | 10 | 52 | 1D | 50 | 0 | 41 | 44 | 84 | 43 | 13 |
| Octal | 20 | 122 | 35 | 120 | 0 | 101 | 104 | 204 | 103 | 23 |
| Binary | 10000 | 1010010 | 11101 | 1010000 | 0 | 1000001 | 1000100 | 10000100 | 1000011 | 10011 |
Color Harmonies of #10521D
Complementary color
Monochromatic Colors of #10521D
Black with #10521D
Text Example
Text Example
White with #10521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10521D; }
p { color: rgb(16,82,29); }
H1.HeaderClassName
{
color: #10521D;
}
.AnyTagClassName
{
color: #10521D;
}
</style>
background-color css
<style>
a { background-color: #10521D; }
a { background-color: rgb(16,82,29); }
div.DivClassName
{
background-color: #10521D;
}
.BgClassName
{
background-color: #10521D;
}
</style>
border-color css
<style>
span { border-color: #10521D; }
span { border-color: rgb(16,82,29); }
td.TdClassName
{
border-color: #10521D;
}
.TagClassName
{
border-color: #10521D;
}
</style>