Shades of Crete #736B2D
Tints of Crete #736B2D
RGB
CMYK
RGB Variations
Color information
#736B2D (or 0x736B2D) is known color: Crete. HEX triplet: 73, 6B and 2D. RGB value is (115,107,45). Sum of RGB (Red+Green+Blue) = 115+107+45=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #736B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B2D is #8C94D2. Grayscale: #666666. Windows color (decimal): -9213139 or 2976627. OLE color: 2976627.
HSL color Cylindrical-coordinate representation of color #736B2D: hue angle of 53.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #736B2D is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 45 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.55 |
| HSL | 53.14º | 0.44% | 0.31% | - |
| HSV(B) | 53.14º | 0.61% | 0.45% | - |
| XYZ | 12.8 | 14.35 | 4.58 | - |
| YUV | 102.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 45 | 0 | 0.07 | 0.61 | 0.55 | 53.14 | 0.44 | 0.31 |
| Hex | 73 | 6B | 2D | 0 | 7 | 3D | 37 | 35 | 2C | 1F |
| Octal | 163 | 153 | 55 | 0 | 7 | 75 | 67 | 65 | 54 | 37 |
| Binary | 1110011 | 1101011 | 101101 | 0 | 111 | 111101 | 110111 | 110101 | 101100 | 11111 |
Color Harmonies of #736B2D
Complementary color
Monochromatic Colors of #736B2D
Black with #736B2D
Text Example
Text Example
White with #736B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B2D; }
p { color: rgb(115,107,45); }
H1.HeaderClassName
{
color: #736B2D;
}
.AnyTagClassName
{
color: #736B2D;
}
</style>
background-color css
<style>
a { background-color: #736B2D; }
a { background-color: rgb(115,107,45); }
div.DivClassName
{
background-color: #736B2D;
}
.BgClassName
{
background-color: #736B2D;
}
</style>
border-color css
<style>
span { border-color: #736B2D; }
span { border-color: rgb(115,107,45); }
td.TdClassName
{
border-color: #736B2D;
}
.TagClassName
{
border-color: #736B2D;
}
</style>