Shades of Crusoe #1A5723
Tints of Crusoe #1A5723
RGB
CMYK
RGB Variations
Color information
#1A5723 (or 0x1A5723) is known color: Crusoe. HEX triplet: 1A, 57 and 23. RGB value is (26,87,35). Sum of RGB (Red+Green+Blue) = 26+87+35=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 87 (34.38% from 255 or 58.78% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 87 - color contains mainly: green. Hex color #1A5723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5723 is #E5A8DC. Grayscale: #3E3E3E. Windows color (decimal): -15050973 or 2316058. OLE color: 2316058.
HSL color Cylindrical-coordinate representation of color #1A5723: hue angle of 128.85º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5723 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 87 | 35 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.66 |
| HSL | 128.85º | 0.54% | 0.22% | - |
| HSV(B) | 128.85º | 0.7% | 0.34% | - |
| XYZ | 4.14 | 7.16 | 2.75 | - |
| YUV | 62.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 35 | 0.70 | 0 | 0.60 | 0.66 | 128.85 | 0.54 | 0.22 |
| Hex | 1A | 57 | 23 | 46 | 0 | 3C | 42 | 81 | 36 | 16 |
| Octal | 32 | 127 | 43 | 106 | 0 | 74 | 102 | 201 | 66 | 26 |
| Binary | 11010 | 1010111 | 100011 | 1000110 | 0 | 111100 | 1000010 | 10000001 | 110110 | 10110 |
Color Harmonies of #1A5723
Complementary color
Monochromatic Colors of #1A5723
Black with #1A5723
Text Example
Text Example
White with #1A5723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5723; }
p { color: rgb(26,87,35); }
H1.HeaderClassName
{
color: #1A5723;
}
.AnyTagClassName
{
color: #1A5723;
}
</style>
background-color css
<style>
a { background-color: #1A5723; }
a { background-color: rgb(26,87,35); }
div.DivClassName
{
background-color: #1A5723;
}
.BgClassName
{
background-color: #1A5723;
}
</style>
border-color css
<style>
span { border-color: #1A5723; }
span { border-color: rgb(26,87,35); }
td.TdClassName
{
border-color: #1A5723;
}
.TagClassName
{
border-color: #1A5723;
}
</style>