Shades of Crusoe #07521B
Tints of Crusoe #07521B
RGB
CMYK
RGB Variations
Color information
#07521B (or 0x07521B) is known color: Crusoe. HEX triplet: 07, 52 and 1B. RGB value is (7,82,27). Sum of RGB (Red+Green+Blue) = 7+82+27=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 82 (32.42% from 255 or 70.69% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 82 - color contains mainly: green. Hex color #07521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07521B is #F8ADE4. Grayscale: #353535. Windows color (decimal): -16297445 or 1790471. OLE color: 1790471.
HSL color Cylindrical-coordinate representation of color #07521B: hue angle of 136º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07521B is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 82 | 27 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.68 |
| HSL | 136º | 0.84% | 0.17% | - |
| HSV(B) | 136º | 0.91% | 0.32% | - |
| XYZ | 3.3 | 6.16 | 2.05 | - |
| YUV | 53.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 27 | 0.91 | 0 | 0.67 | 0.68 | 136 | 0.84 | 0.17 |
| Hex | 7 | 52 | 1B | 5B | 0 | 43 | 44 | 88 | 54 | 11 |
| Octal | 7 | 122 | 33 | 133 | 0 | 103 | 104 | 210 | 124 | 21 |
| Binary | 111 | 1010010 | 11011 | 1011011 | 0 | 1000011 | 1000100 | 10001000 | 1010100 | 10001 |
Color Harmonies of #07521B
Complementary color
Monochromatic Colors of #07521B
Black with #07521B
Text Example
Text Example
White with #07521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07521B; }
p { color: rgb(7,82,27); }
H1.HeaderClassName
{
color: #07521B;
}
.AnyTagClassName
{
color: #07521B;
}
</style>
background-color css
<style>
a { background-color: #07521B; }
a { background-color: rgb(7,82,27); }
div.DivClassName
{
background-color: #07521B;
}
.BgClassName
{
background-color: #07521B;
}
</style>
border-color css
<style>
span { border-color: #07521B; }
span { border-color: rgb(7,82,27); }
td.TdClassName
{
border-color: #07521B;
}
.TagClassName
{
border-color: #07521B;
}
</style>