Shades of Crocodile #736F52
Tints of Crocodile #736F52
RGB
CMYK
RGB Variations
Color information
#736F52 (or 0x736F52) is known color: Crocodile. HEX triplet: 73, 6F and 52. RGB value is (115,111,82). Sum of RGB (Red+Green+Blue) = 115+111+82=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #736F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F52 is #8C90AD. Grayscale: #6D6D6D. Windows color (decimal): -9212078 or 5402483. OLE color: 5402483.
HSL color Cylindrical-coordinate representation of color #736F52: hue angle of 52.73º 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 #736F52 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 82 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.55 |
| HSL | 52.73º | 0.17% | 0.39% | - |
| HSV(B) | 52.73º | 0.29% | 0.45% | - |
| XYZ | 14.28 | 15.62 | 10.25 | - |
| YUV | 108.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 82 | 0 | 0.03 | 0.29 | 0.55 | 52.73 | 0.17 | 0.39 |
| Hex | 73 | 6F | 52 | 0 | 3 | 1D | 37 | 35 | 11 | 27 |
| Octal | 163 | 157 | 122 | 0 | 3 | 35 | 67 | 65 | 21 | 47 |
| Binary | 1110011 | 1101111 | 1010010 | 0 | 11 | 11101 | 110111 | 110101 | 10001 | 100111 |
Color Harmonies of #736F52
Complementary color
Monochromatic Colors of #736F52
Black with #736F52
Text Example
Text Example
White with #736F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F52; }
p { color: rgb(115,111,82); }
H1.HeaderClassName
{
color: #736F52;
}
.AnyTagClassName
{
color: #736F52;
}
</style>
background-color css
<style>
a { background-color: #736F52; }
a { background-color: rgb(115,111,82); }
div.DivClassName
{
background-color: #736F52;
}
.BgClassName
{
background-color: #736F52;
}
</style>
border-color css
<style>
span { border-color: #736F52; }
span { border-color: rgb(115,111,82); }
td.TdClassName
{
border-color: #736F52;
}
.TagClassName
{
border-color: #736F52;
}
</style>