Shades of Crusoe #0A5423
Tints of Crusoe #0A5423
RGB
CMYK
RGB Variations
Color information
#0A5423 (or 0x0A5423) is known color: Crusoe. HEX triplet: 0A, 54 and 23. RGB value is (10,84,35). Sum of RGB (Red+Green+Blue) = 10+84+35=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5423 is #F5ABDC. Grayscale: #383838. Windows color (decimal): -16100317 or 2315274. OLE color: 2315274.
HSL color Cylindrical-coordinate representation of color #0A5423: hue angle of 140.27º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5423 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 84 | 35 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.67 |
| HSL | 140.27º | 0.79% | 0.18% | - |
| HSV(B) | 140.27º | 0.88% | 0.33% | - |
| XYZ | 3.6 | 6.53 | 2.66 | - |
| YUV | 56.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 35 | 0.88 | 0 | 0.58 | 0.67 | 140.27 | 0.79 | 0.18 |
| Hex | A | 54 | 23 | 58 | 0 | 3A | 43 | 8C | 4F | 12 |
| Octal | 12 | 124 | 43 | 130 | 0 | 72 | 103 | 214 | 117 | 22 |
| Binary | 1010 | 1010100 | 100011 | 1011000 | 0 | 111010 | 1000011 | 10001100 | 1001111 | 10010 |
Color Harmonies of #0A5423
Complementary color
Monochromatic Colors of #0A5423
Black with #0A5423
Text Example
Text Example
White with #0A5423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5423; }
p { color: rgb(10,84,35); }
H1.HeaderClassName
{
color: #0A5423;
}
.AnyTagClassName
{
color: #0A5423;
}
</style>
background-color css
<style>
a { background-color: #0A5423; }
a { background-color: rgb(10,84,35); }
div.DivClassName
{
background-color: #0A5423;
}
.BgClassName
{
background-color: #0A5423;
}
</style>
border-color css
<style>
span { border-color: #0A5423; }
span { border-color: rgb(10,84,35); }
td.TdClassName
{
border-color: #0A5423;
}
.TagClassName
{
border-color: #0A5423;
}
</style>