Shades of Crocodile #736D52
Tints of Crocodile #736D52
RGB
CMYK
RGB Variations
Color information
#736D52 (or 0x736D52) is known color: Crocodile. HEX triplet: 73, 6D and 52. RGB value is (115,109,82). Sum of RGB (Red+Green+Blue) = 115+109+82=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #736D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D52 is #8C92AD. Grayscale: #6B6B6B. Windows color (decimal): -9212590 or 5401971. OLE color: 5401971.
HSL color Cylindrical-coordinate representation of color #736D52: hue angle of 49.09º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #736D52 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 82 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.55 |
| HSL | 49.09º | 0.17% | 0.39% | - |
| HSV(B) | 49.09º | 0.29% | 0.45% | - |
| XYZ | 14.06 | 15.19 | 10.17 | - |
| YUV | 107.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 82 | 0 | 0.05 | 0.29 | 0.55 | 49.09 | 0.17 | 0.39 |
| Hex | 73 | 6D | 52 | 0 | 5 | 1D | 37 | 31 | 11 | 27 |
| Octal | 163 | 155 | 122 | 0 | 5 | 35 | 67 | 61 | 21 | 47 |
| Binary | 1110011 | 1101101 | 1010010 | 0 | 101 | 11101 | 110111 | 110001 | 10001 | 100111 |
Color Harmonies of #736D52
Complementary color
Monochromatic Colors of #736D52
Black with #736D52
Text Example
Text Example
White with #736D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D52; }
p { color: rgb(115,109,82); }
H1.HeaderClassName
{
color: #736D52;
}
.AnyTagClassName
{
color: #736D52;
}
</style>
background-color css
<style>
a { background-color: #736D52; }
a { background-color: rgb(115,109,82); }
div.DivClassName
{
background-color: #736D52;
}
.BgClassName
{
background-color: #736D52;
}
</style>
border-color css
<style>
span { border-color: #736D52; }
span { border-color: rgb(115,109,82); }
td.TdClassName
{
border-color: #736D52;
}
.TagClassName
{
border-color: #736D52;
}
</style>