Shades of Crete #736F38
Tints of Crete #736F38
RGB
CMYK
RGB Variations
Color information
#736F38 (or 0x736F38) is known color: Crete. HEX triplet: 73, 6F and 38. RGB value is (115,111,56). Sum of RGB (Red+Green+Blue) = 115+111+56=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #736F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F38 is #8C90C7. Grayscale: #6A6A6A. Windows color (decimal): -9212104 or 3698547. OLE color: 3698547.
HSL color Cylindrical-coordinate representation of color #736F38: hue angle of 55.93º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #736F38 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 56 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.55 |
| HSL | 55.93º | 0.35% | 0.34% | - |
| HSV(B) | 55.93º | 0.51% | 0.45% | - |
| XYZ | 13.47 | 15.3 | 5.98 | - |
| YUV | 105.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 56 | 0 | 0.03 | 0.51 | 0.55 | 55.93 | 0.35 | 0.34 |
| Hex | 73 | 6F | 38 | 0 | 3 | 33 | 37 | 38 | 23 | 22 |
| Octal | 163 | 157 | 70 | 0 | 3 | 63 | 67 | 70 | 43 | 42 |
| Binary | 1110011 | 1101111 | 111000 | 0 | 11 | 110011 | 110111 | 111000 | 100011 | 100010 |
Color Harmonies of #736F38
Complementary color
Monochromatic Colors of #736F38
Black with #736F38
Text Example
Text Example
White with #736F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F38; }
p { color: rgb(115,111,56); }
H1.HeaderClassName
{
color: #736F38;
}
.AnyTagClassName
{
color: #736F38;
}
</style>
background-color css
<style>
a { background-color: #736F38; }
a { background-color: rgb(115,111,56); }
div.DivClassName
{
background-color: #736F38;
}
.BgClassName
{
background-color: #736F38;
}
</style>
border-color css
<style>
span { border-color: #736F38; }
span { border-color: rgb(115,111,56); }
td.TdClassName
{
border-color: #736F38;
}
.TagClassName
{
border-color: #736F38;
}
</style>