Shades of Crown Of Thorns #733C38
Tints of Crown Of Thorns #733C38
RGB
CMYK
RGB Variations
Color information
#733C38 (or 0x733C38) is known color: Crown Of Thorns. HEX triplet: 73, 3C and 38. RGB value is (115,60,56). Sum of RGB (Red+Green+Blue) = 115+60+56=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #733C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C38 is #8CC3C7. Grayscale: #4C4C4C. Windows color (decimal): -9225160 or 3685491. OLE color: 3685491.
HSL color Cylindrical-coordinate representation of color #733C38: hue angle of 4.07º 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 #733C38 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 56 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.55 |
| HSL | 4.07º | 0.35% | 0.34% | - |
| HSV(B) | 4.07º | 0.51% | 0.45% | - |
| XYZ | 9.4 | 7.16 | 4.63 | - |
| YUV | 75.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 56 | 0 | 0.48 | 0.51 | 0.55 | 4.07 | 0.35 | 0.34 |
| Hex | 73 | 3C | 38 | 0 | 30 | 33 | 37 | 4 | 23 | 22 |
| Octal | 163 | 74 | 70 | 0 | 60 | 63 | 67 | 4 | 43 | 42 |
| Binary | 1110011 | 111100 | 111000 | 0 | 110000 | 110011 | 110111 | 100 | 100011 | 100010 |
Color Harmonies of #733C38
Complementary color
Monochromatic Colors of #733C38
Black with #733C38
Text Example
Text Example
White with #733C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C38; }
p { color: rgb(115,60,56); }
H1.HeaderClassName
{
color: #733C38;
}
.AnyTagClassName
{
color: #733C38;
}
</style>
background-color css
<style>
a { background-color: #733C38; }
a { background-color: rgb(115,60,56); }
div.DivClassName
{
background-color: #733C38;
}
.BgClassName
{
background-color: #733C38;
}
</style>
border-color css
<style>
span { border-color: #733C38; }
span { border-color: rgb(115,60,56); }
td.TdClassName
{
border-color: #733C38;
}
.TagClassName
{
border-color: #733C38;
}
</style>