Shades of Crusoe #195323
Tints of Crusoe #195323
RGB
CMYK
RGB Variations
Color information
#195323 (or 0x195323) is known color: Crusoe. HEX triplet: 19, 53 and 23. RGB value is (25,83,35). Sum of RGB (Red+Green+Blue) = 25+83+35=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #195323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195323 is #E6ACDC. Grayscale: #3C3C3C. Windows color (decimal): -15117533 or 2315033. OLE color: 2315033.
HSL color Cylindrical-coordinate representation of color #195323: hue angle of 130.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195323 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 35 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.67 |
| HSL | 130.34º | 0.54% | 0.21% | - |
| HSV(B) | 130.34º | 0.7% | 0.33% | - |
| XYZ | 3.8 | 6.51 | 2.65 | - |
| YUV | 60.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 35 | 0.70 | 0 | 0.58 | 0.67 | 130.34 | 0.54 | 0.21 |
| Hex | 19 | 53 | 23 | 46 | 0 | 3A | 43 | 82 | 36 | 15 |
| Octal | 31 | 123 | 43 | 106 | 0 | 72 | 103 | 202 | 66 | 25 |
| Binary | 11001 | 1010011 | 100011 | 1000110 | 0 | 111010 | 1000011 | 10000010 | 110110 | 10101 |
Color Harmonies of #195323
Complementary color
Monochromatic Colors of #195323
Black with #195323
Text Example
Text Example
White with #195323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195323; }
p { color: rgb(25,83,35); }
H1.HeaderClassName
{
color: #195323;
}
.AnyTagClassName
{
color: #195323;
}
</style>
background-color css
<style>
a { background-color: #195323; }
a { background-color: rgb(25,83,35); }
div.DivClassName
{
background-color: #195323;
}
.BgClassName
{
background-color: #195323;
}
</style>
border-color css
<style>
span { border-color: #195323; }
span { border-color: rgb(25,83,35); }
td.TdClassName
{
border-color: #195323;
}
.TagClassName
{
border-color: #195323;
}
</style>