Shades of Crocodile #737052
Tints of Crocodile #737052
RGB
CMYK
RGB Variations
Color information
#737052 (or 0x737052) is known color: Crocodile. HEX triplet: 73, 70 and 52. RGB value is (115,112,82). Sum of RGB (Red+Green+Blue) = 115+112+82=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #737052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737052 is #8C8FAD. Grayscale: #6D6D6D. Windows color (decimal): -9211822 or 5402739. OLE color: 5402739.
HSL color Cylindrical-coordinate representation of color #737052: hue angle of 54.55º 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 #737052 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 112 | 82 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.55 |
| HSL | 54.55º | 0.17% | 0.39% | - |
| HSV(B) | 54.55º | 0.29% | 0.45% | - |
| XYZ | 14.39 | 15.84 | 10.28 | - |
| YUV | 109.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 82 | 0 | 0.03 | 0.29 | 0.55 | 54.55 | 0.17 | 0.39 |
| Hex | 73 | 70 | 52 | 0 | 3 | 1D | 37 | 37 | 11 | 27 |
| Octal | 163 | 160 | 122 | 0 | 3 | 35 | 67 | 67 | 21 | 47 |
| Binary | 1110011 | 1110000 | 1010010 | 0 | 11 | 11101 | 110111 | 110111 | 10001 | 100111 |
Color Harmonies of #737052
Complementary color
Monochromatic Colors of #737052
Black with #737052
Text Example
Text Example
White with #737052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737052; }
p { color: rgb(115,112,82); }
H1.HeaderClassName
{
color: #737052;
}
.AnyTagClassName
{
color: #737052;
}
</style>
background-color css
<style>
a { background-color: #737052; }
a { background-color: rgb(115,112,82); }
div.DivClassName
{
background-color: #737052;
}
.BgClassName
{
background-color: #737052;
}
</style>
border-color css
<style>
span { border-color: #737052; }
span { border-color: rgb(115,112,82); }
td.TdClassName
{
border-color: #737052;
}
.TagClassName
{
border-color: #737052;
}
</style>