Shades of Crown Of Thorns #753D39
Tints of Crown Of Thorns #753D39
RGB
CMYK
RGB Variations
Color information
#753D39 (or 0x753D39) is known color: Crown Of Thorns. HEX triplet: 75, 3D and 39. RGB value is (117,61,57). Sum of RGB (Red+Green+Blue) = 117+61+57=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D39 is #8AC2C6. Grayscale: #4D4D4D. Windows color (decimal): -9093831 or 3751285. OLE color: 3751285.
HSL color Cylindrical-coordinate representation of color #753D39: hue angle of 4º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #753D39 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 57 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.54 |
| HSL | 4º | 0.34% | 0.34% | - |
| HSV(B) | 4º | 0.51% | 0.46% | - |
| XYZ | 9.74 | 7.41 | 4.79 | - |
| YUV | 77.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 57 | 0 | 0.48 | 0.51 | 0.54 | 4 | 0.34 | 0.34 |
| Hex | 75 | 3D | 39 | 0 | 30 | 33 | 36 | 4 | 22 | 22 |
| Octal | 165 | 75 | 71 | 0 | 60 | 63 | 66 | 4 | 42 | 42 |
| Binary | 1110101 | 111101 | 111001 | 0 | 110000 | 110011 | 110110 | 100 | 100010 | 100010 |
Color Harmonies of #753D39
Complementary color
Monochromatic Colors of #753D39
Black with #753D39
Text Example
Text Example
White with #753D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D39; }
p { color: rgb(117,61,57); }
H1.HeaderClassName
{
color: #753D39;
}
.AnyTagClassName
{
color: #753D39;
}
</style>
background-color css
<style>
a { background-color: #753D39; }
a { background-color: rgb(117,61,57); }
div.DivClassName
{
background-color: #753D39;
}
.BgClassName
{
background-color: #753D39;
}
</style>
border-color css
<style>
span { border-color: #753D39; }
span { border-color: rgb(117,61,57); }
td.TdClassName
{
border-color: #753D39;
}
.TagClassName
{
border-color: #753D39;
}
</style>