Shades of Crown Of Thorns #753B37
Tints of Crown Of Thorns #753B37
RGB
CMYK
RGB Variations
Color information
#753B37 (or 0x753B37) is known color: Crown Of Thorns. HEX triplet: 75, 3B and 37. RGB value is (117,59,55). Sum of RGB (Red+Green+Blue) = 117+59+55=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #753B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B37 is #8AC4C8. Grayscale: #4B4B4B. Windows color (decimal): -9094345 or 3619701. OLE color: 3619701.
HSL color Cylindrical-coordinate representation of color #753B37: hue angle of 3.87º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753B37 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 55 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.54 |
| HSL | 3.87º | 0.36% | 0.34% | - |
| HSV(B) | 3.87º | 0.53% | 0.46% | - |
| XYZ | 9.59 | 7.19 | 4.5 | - |
| YUV | 75.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 55 | 0 | 0.50 | 0.53 | 0.54 | 3.87 | 0.36 | 0.34 |
| Hex | 75 | 3B | 37 | 0 | 32 | 35 | 36 | 4 | 24 | 22 |
| Octal | 165 | 73 | 67 | 0 | 62 | 65 | 66 | 4 | 44 | 42 |
| Binary | 1110101 | 111011 | 110111 | 0 | 110010 | 110101 | 110110 | 100 | 100100 | 100010 |
Color Harmonies of #753B37
Complementary color
Monochromatic Colors of #753B37
Black with #753B37
Text Example
Text Example
White with #753B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B37; }
p { color: rgb(117,59,55); }
H1.HeaderClassName
{
color: #753B37;
}
.AnyTagClassName
{
color: #753B37;
}
</style>
background-color css
<style>
a { background-color: #753B37; }
a { background-color: rgb(117,59,55); }
div.DivClassName
{
background-color: #753B37;
}
.BgClassName
{
background-color: #753B37;
}
</style>
border-color css
<style>
span { border-color: #753B37; }
span { border-color: rgb(117,59,55); }
td.TdClassName
{
border-color: #753B37;
}
.TagClassName
{
border-color: #753B37;
}
</style>