Shades of Crete #736F33
Tints of Crete #736F33
RGB
CMYK
RGB Variations
Color information
#736F33 (or 0x736F33) is known color: Crete. HEX triplet: 73, 6F and 33. RGB value is (115,111,51). Sum of RGB (Red+Green+Blue) = 115+111+51=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #736F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F33 is #8C90CC. Grayscale: #696969. Windows color (decimal): -9212109 or 3370867. OLE color: 3370867.
HSL color Cylindrical-coordinate representation of color #736F33: hue angle of 56.25º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #736F33 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 51 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.55 |
| HSL | 56.25º | 0.39% | 0.33% | - |
| HSV(B) | 56.25º | 0.56% | 0.45% | - |
| XYZ | 13.35 | 15.25 | 5.37 | - |
| YUV | 105.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 51 | 0 | 0.03 | 0.56 | 0.55 | 56.25 | 0.39 | 0.33 |
| Hex | 73 | 6F | 33 | 0 | 3 | 38 | 37 | 38 | 27 | 21 |
| Octal | 163 | 157 | 63 | 0 | 3 | 70 | 67 | 70 | 47 | 41 |
| Binary | 1110011 | 1101111 | 110011 | 0 | 11 | 111000 | 110111 | 111000 | 100111 | 100001 |
Color Harmonies of #736F33
Complementary color
Monochromatic Colors of #736F33
Black with #736F33
Text Example
Text Example
White with #736F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F33; }
p { color: rgb(115,111,51); }
H1.HeaderClassName
{
color: #736F33;
}
.AnyTagClassName
{
color: #736F33;
}
</style>
background-color css
<style>
a { background-color: #736F33; }
a { background-color: rgb(115,111,51); }
div.DivClassName
{
background-color: #736F33;
}
.BgClassName
{
background-color: #736F33;
}
</style>
border-color css
<style>
span { border-color: #736F33; }
span { border-color: rgb(115,111,51); }
td.TdClassName
{
border-color: #736F33;
}
.TagClassName
{
border-color: #736F33;
}
</style>