Shades of Crocodile #716949
Tints of Crocodile #716949
RGB
CMYK
RGB Variations
Color information
#716949 (or 0x716949) is known color: Crocodile. HEX triplet: 71, 69 and 49. RGB value is (113,105,73). Sum of RGB (Red+Green+Blue) = 113+105+73=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #716949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716949 is #8E96B6. Grayscale: #676767. Windows color (decimal): -9344695 or 4811121. OLE color: 4811121.
HSL color Cylindrical-coordinate representation of color #716949: hue angle of 48º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716949 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 105 | 73 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.56 |
| HSL | 48º | 0.22% | 0.36% | - |
| HSV(B) | 48º | 0.35% | 0.44% | - |
| XYZ | 13.06 | 14.09 | 8.34 | - |
| YUV | 103.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 73 | 0 | 0.07 | 0.35 | 0.56 | 48 | 0.22 | 0.36 |
| Hex | 71 | 69 | 49 | 0 | 7 | 23 | 38 | 30 | 16 | 24 |
| Octal | 161 | 151 | 111 | 0 | 7 | 43 | 70 | 60 | 26 | 44 |
| Binary | 1110001 | 1101001 | 1001001 | 0 | 111 | 100011 | 111000 | 110000 | 10110 | 100100 |
Color Harmonies of #716949
Complementary color
Monochromatic Colors of #716949
Black with #716949
Text Example
Text Example
White with #716949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716949; }
p { color: rgb(113,105,73); }
H1.HeaderClassName
{
color: #716949;
}
.AnyTagClassName
{
color: #716949;
}
</style>
background-color css
<style>
a { background-color: #716949; }
a { background-color: rgb(113,105,73); }
div.DivClassName
{
background-color: #716949;
}
.BgClassName
{
background-color: #716949;
}
</style>
border-color css
<style>
span { border-color: #716949; }
span { border-color: rgb(113,105,73); }
td.TdClassName
{
border-color: #716949;
}
.TagClassName
{
border-color: #716949;
}
</style>