Shades of Crete #736D32
Tints of Crete #736D32
RGB
CMYK
RGB Variations
Color information
#736D32 (or 0x736D32) is known color: Crete. HEX triplet: 73, 6D and 32. RGB value is (115,109,50). Sum of RGB (Red+Green+Blue) = 115+109+50=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #736D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D32 is #8C92CD. Grayscale: #686868. Windows color (decimal): -9212622 or 3304819. OLE color: 3304819.
HSL color Cylindrical-coordinate representation of color #736D32: hue angle of 54.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #736D32 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 50 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.55 |
| HSL | 54.46º | 0.39% | 0.32% | - |
| HSV(B) | 54.46º | 0.57% | 0.45% | - |
| XYZ | 13.11 | 14.81 | 5.19 | - |
| YUV | 104.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 50 | 0 | 0.05 | 0.57 | 0.55 | 54.46 | 0.39 | 0.32 |
| Hex | 73 | 6D | 32 | 0 | 5 | 39 | 37 | 36 | 27 | 20 |
| Octal | 163 | 155 | 62 | 0 | 5 | 71 | 67 | 66 | 47 | 40 |
| Binary | 1110011 | 1101101 | 110010 | 0 | 101 | 111001 | 110111 | 110110 | 100111 | 100000 |
Color Harmonies of #736D32
Complementary color
Monochromatic Colors of #736D32
Black with #736D32
Text Example
Text Example
White with #736D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D32; }
p { color: rgb(115,109,50); }
H1.HeaderClassName
{
color: #736D32;
}
.AnyTagClassName
{
color: #736D32;
}
</style>
background-color css
<style>
a { background-color: #736D32; }
a { background-color: rgb(115,109,50); }
div.DivClassName
{
background-color: #736D32;
}
.BgClassName
{
background-color: #736D32;
}
</style>
border-color css
<style>
span { border-color: #736D32; }
span { border-color: rgb(115,109,50); }
td.TdClassName
{
border-color: #736D32;
}
.TagClassName
{
border-color: #736D32;
}
</style>