Shades of Crusoe #075321
Tints of Crusoe #075321
RGB
CMYK
RGB Variations
Color information
#075321 (or 0x075321) is known color: Crusoe. HEX triplet: 07, 53 and 21. RGB value is (7,83,33). Sum of RGB (Red+Green+Blue) = 7+83+33=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #075321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075321 is #F8ACDE. Grayscale: #363636. Windows color (decimal): -16297183 or 2183943. OLE color: 2183943.
HSL color Cylindrical-coordinate representation of color #075321: hue angle of 140.53º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075321 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 33 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.67 |
| HSL | 140.53º | 0.84% | 0.18% | - |
| HSV(B) | 140.53º | 0.92% | 0.33% | - |
| XYZ | 3.46 | 6.34 | 2.48 | - |
| YUV | 54.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 33 | 0.92 | 0 | 0.60 | 0.67 | 140.53 | 0.84 | 0.18 |
| Hex | 7 | 53 | 21 | 5C | 0 | 3C | 43 | 8D | 54 | 12 |
| Octal | 7 | 123 | 41 | 134 | 0 | 74 | 103 | 215 | 124 | 22 |
| Binary | 111 | 1010011 | 100001 | 1011100 | 0 | 111100 | 1000011 | 10001101 | 1010100 | 10010 |
Color Harmonies of #075321
Complementary color
Monochromatic Colors of #075321
Black with #075321
Text Example
Text Example
White with #075321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075321; }
p { color: rgb(7,83,33); }
H1.HeaderClassName
{
color: #075321;
}
.AnyTagClassName
{
color: #075321;
}
</style>
background-color css
<style>
a { background-color: #075321; }
a { background-color: rgb(7,83,33); }
div.DivClassName
{
background-color: #075321;
}
.BgClassName
{
background-color: #075321;
}
</style>
border-color css
<style>
span { border-color: #075321; }
span { border-color: rgb(7,83,33); }
td.TdClassName
{
border-color: #075321;
}
.TagClassName
{
border-color: #075321;
}
</style>