Shades of Crusoe #1B5325
Tints of Crusoe #1B5325
RGB
CMYK
RGB Variations
Color information
#1B5325 (or 0x1B5325) is known color: Crusoe. HEX triplet: 1B, 53 and 25. RGB value is (27,83,37). Sum of RGB (Red+Green+Blue) = 27+83+37=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5325 is #E4ACDA. Grayscale: #3D3D3D. Windows color (decimal): -14986459 or 2446107. OLE color: 2446107.
HSL color Cylindrical-coordinate representation of color #1B5325: hue angle of 130.71º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5325 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 37 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.67 |
| HSL | 130.71º | 0.51% | 0.22% | - |
| HSV(B) | 130.71º | 0.67% | 0.33% | - |
| XYZ | 3.88 | 6.55 | 2.81 | - |
| YUV | 61.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 37 | 0.67 | 0 | 0.55 | 0.67 | 130.71 | 0.51 | 0.22 |
| Hex | 1B | 53 | 25 | 43 | 0 | 37 | 43 | 83 | 33 | 16 |
| Octal | 33 | 123 | 45 | 103 | 0 | 67 | 103 | 203 | 63 | 26 |
| Binary | 11011 | 1010011 | 100101 | 1000011 | 0 | 110111 | 1000011 | 10000011 | 110011 | 10110 |
Color Harmonies of #1B5325
Complementary color
Monochromatic Colors of #1B5325
Black with #1B5325
Text Example
Text Example
White with #1B5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5325; }
p { color: rgb(27,83,37); }
H1.HeaderClassName
{
color: #1B5325;
}
.AnyTagClassName
{
color: #1B5325;
}
</style>
background-color css
<style>
a { background-color: #1B5325; }
a { background-color: rgb(27,83,37); }
div.DivClassName
{
background-color: #1B5325;
}
.BgClassName
{
background-color: #1B5325;
}
</style>
border-color css
<style>
span { border-color: #1B5325; }
span { border-color: rgb(27,83,37); }
td.TdClassName
{
border-color: #1B5325;
}
.TagClassName
{
border-color: #1B5325;
}
</style>