Shades of Crown Of Thorns #733E38
Tints of Crown Of Thorns #733E38
RGB
CMYK
RGB Variations
Color information
#733E38 (or 0x733E38) is known color: Crown Of Thorns. HEX triplet: 73, 3E and 38. RGB value is (115,62,56). Sum of RGB (Red+Green+Blue) = 115+62+56=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #733E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E38 is #8CC1C7. Grayscale: #4D4D4D. Windows color (decimal): -9224648 or 3686003. OLE color: 3686003.
HSL color Cylindrical-coordinate representation of color #733E38: hue angle of 6.1º 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 #733E38 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 56 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.55 |
| HSL | 6.1º | 0.35% | 0.34% | - |
| HSV(B) | 6.1º | 0.51% | 0.45% | - |
| XYZ | 9.51 | 7.38 | 4.66 | - |
| YUV | 77.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 56 | 0 | 0.46 | 0.51 | 0.55 | 6.1 | 0.35 | 0.34 |
| Hex | 73 | 3E | 38 | 0 | 2E | 33 | 37 | 6 | 23 | 22 |
| Octal | 163 | 76 | 70 | 0 | 56 | 63 | 67 | 6 | 43 | 42 |
| Binary | 1110011 | 111110 | 111000 | 0 | 101110 | 110011 | 110111 | 110 | 100011 | 100010 |
Color Harmonies of #733E38
Complementary color
Monochromatic Colors of #733E38
Black with #733E38
Text Example
Text Example
White with #733E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E38; }
p { color: rgb(115,62,56); }
H1.HeaderClassName
{
color: #733E38;
}
.AnyTagClassName
{
color: #733E38;
}
</style>
background-color css
<style>
a { background-color: #733E38; }
a { background-color: rgb(115,62,56); }
div.DivClassName
{
background-color: #733E38;
}
.BgClassName
{
background-color: #733E38;
}
</style>
border-color css
<style>
span { border-color: #733E38; }
span { border-color: rgb(115,62,56); }
td.TdClassName
{
border-color: #733E38;
}
.TagClassName
{
border-color: #733E38;
}
</style>