Shades of Crusoe #05671D
Tints of Crusoe #05671D
RGB
CMYK
RGB Variations
Color information
#05671D (or 0x05671D) is known color: Crusoe. HEX triplet: 05, 67 and 1D. RGB value is (5,103,29). Sum of RGB (Red+Green+Blue) = 5+103+29=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 103 (40.62% from 255 or 75.18% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 103 - color contains mainly: green. Hex color #05671D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05671D is #FA98E2. Grayscale: #414141. Windows color (decimal): -16423139 or 1926917. OLE color: 1926917.
HSL color Cylindrical-coordinate representation of color #05671D: hue angle of 134.69º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05671D is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 103 | 29 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.60 |
| HSL | 134.69º | 0.91% | 0.21% | - |
| HSV(B) | 134.69º | 0.95% | 0.4% | - |
| XYZ | 5.13 | 9.82 | 2.79 | - |
| YUV | 65.26 | 107.53 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 29 | 0.95 | 0 | 0.72 | 0.60 | 134.69 | 0.91 | 0.21 |
| Hex | 5 | 67 | 1D | 5F | 0 | 48 | 3C | 87 | 5B | 15 |
| Octal | 5 | 147 | 35 | 137 | 0 | 110 | 74 | 207 | 133 | 25 |
| Binary | 101 | 1100111 | 11101 | 1011111 | 0 | 1001000 | 111100 | 10000111 | 1011011 | 10101 |
Color Harmonies of #05671D
Complementary color
Monochromatic Colors of #05671D
Black with #05671D
Text Example
Text Example
White with #05671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05671D; }
p { color: rgb(5,103,29); }
H1.HeaderClassName
{
color: #05671D;
}
.AnyTagClassName
{
color: #05671D;
}
</style>
background-color css
<style>
a { background-color: #05671D; }
a { background-color: rgb(5,103,29); }
div.DivClassName
{
background-color: #05671D;
}
.BgClassName
{
background-color: #05671D;
}
</style>
border-color css
<style>
span { border-color: #05671D; }
span { border-color: rgb(5,103,29); }
td.TdClassName
{
border-color: #05671D;
}
.TagClassName
{
border-color: #05671D;
}
</style>