Shades of Crusoe #10531D
Tints of Crusoe #10531D
RGB
CMYK
RGB Variations
Color information
#10531D (or 0x10531D) is known color: Crusoe. HEX triplet: 10, 53 and 1D. RGB value is (16,83,29). Sum of RGB (Red+Green+Blue) = 16+83+29=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #10531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10531D is #EFACE2. Grayscale: #383838. Windows color (decimal): -15707363 or 1921808. OLE color: 1921808.
HSL color Cylindrical-coordinate representation of color #10531D: hue angle of 131.64º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10531D is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 29 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.67 |
| HSL | 131.64º | 0.68% | 0.19% | - |
| HSV(B) | 131.64º | 0.81% | 0.33% | - |
| XYZ | 3.53 | 6.39 | 2.21 | - |
| YUV | 56.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 29 | 0.81 | 0 | 0.65 | 0.67 | 131.64 | 0.68 | 0.19 |
| Hex | 10 | 53 | 1D | 51 | 0 | 41 | 43 | 84 | 44 | 13 |
| Octal | 20 | 123 | 35 | 121 | 0 | 101 | 103 | 204 | 104 | 23 |
| Binary | 10000 | 1010011 | 11101 | 1010001 | 0 | 1000001 | 1000011 | 10000100 | 1000100 | 10011 |
Color Harmonies of #10531D
Complementary color
Monochromatic Colors of #10531D
Black with #10531D
Text Example
Text Example
White with #10531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10531D; }
p { color: rgb(16,83,29); }
H1.HeaderClassName
{
color: #10531D;
}
.AnyTagClassName
{
color: #10531D;
}
</style>
background-color css
<style>
a { background-color: #10531D; }
a { background-color: rgb(16,83,29); }
div.DivClassName
{
background-color: #10531D;
}
.BgClassName
{
background-color: #10531D;
}
</style>
border-color css
<style>
span { border-color: #10531D; }
span { border-color: rgb(16,83,29); }
td.TdClassName
{
border-color: #10531D;
}
.TagClassName
{
border-color: #10531D;
}
</style>