Shades of Crown Of Thorns #753C38
Tints of Crown Of Thorns #753C38
RGB
CMYK
RGB Variations
Color information
#753C38 (or 0x753C38) is known color: Crown Of Thorns. HEX triplet: 75, 3C and 38. RGB value is (117,60,56). Sum of RGB (Red+Green+Blue) = 117+60+56=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #753C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C38 is #8AC3C7. Grayscale: #4C4C4C. Windows color (decimal): -9094088 or 3685493. OLE color: 3685493.
HSL color Cylindrical-coordinate representation of color #753C38: hue angle of 3.93º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #753C38 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 56 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.54 |
| HSL | 3.93º | 0.35% | 0.34% | - |
| HSV(B) | 3.93º | 0.52% | 0.46% | - |
| XYZ | 9.67 | 7.3 | 4.64 | - |
| YUV | 76.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 56 | 0 | 0.49 | 0.52 | 0.54 | 3.93 | 0.35 | 0.34 |
| Hex | 75 | 3C | 38 | 0 | 31 | 34 | 36 | 4 | 23 | 22 |
| Octal | 165 | 74 | 70 | 0 | 61 | 64 | 66 | 4 | 43 | 42 |
| Binary | 1110101 | 111100 | 111000 | 0 | 110001 | 110100 | 110110 | 100 | 100011 | 100010 |
Color Harmonies of #753C38
Complementary color
Monochromatic Colors of #753C38
Black with #753C38
Text Example
Text Example
White with #753C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C38; }
p { color: rgb(117,60,56); }
H1.HeaderClassName
{
color: #753C38;
}
.AnyTagClassName
{
color: #753C38;
}
</style>
background-color css
<style>
a { background-color: #753C38; }
a { background-color: rgb(117,60,56); }
div.DivClassName
{
background-color: #753C38;
}
.BgClassName
{
background-color: #753C38;
}
</style>
border-color css
<style>
span { border-color: #753C38; }
span { border-color: rgb(117,60,56); }
td.TdClassName
{
border-color: #753C38;
}
.TagClassName
{
border-color: #753C38;
}
</style>