Shades of Crown Of Thorns #753D30
Tints of Crown Of Thorns #753D30
RGB
CMYK
RGB Variations
Color information
#753D30 (or 0x753D30) is known color: Crown Of Thorns. HEX triplet: 75, 3D and 30. RGB value is (117,61,48). Sum of RGB (Red+Green+Blue) = 117+61+48=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #753D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D30 is #8AC2CF. Grayscale: #4C4C4C. Windows color (decimal): -9093840 or 3161461. OLE color: 3161461.
HSL color Cylindrical-coordinate representation of color #753D30: hue angle of 11.3º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753D30 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 48 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.54 |
| HSL | 11.3º | 0.42% | 0.32% | - |
| HSV(B) | 11.3º | 0.59% | 0.46% | - |
| XYZ | 9.54 | 7.33 | 3.71 | - |
| YUV | 76.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 48 | 0 | 0.48 | 0.59 | 0.54 | 11.3 | 0.42 | 0.32 |
| Hex | 75 | 3D | 30 | 0 | 30 | 3B | 36 | B | 2A | 20 |
| Octal | 165 | 75 | 60 | 0 | 60 | 73 | 66 | 13 | 52 | 40 |
| Binary | 1110101 | 111101 | 110000 | 0 | 110000 | 111011 | 110110 | 1011 | 101010 | 100000 |
Color Harmonies of #753D30
Complementary color
Monochromatic Colors of #753D30
Black with #753D30
Text Example
Text Example
White with #753D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D30; }
p { color: rgb(117,61,48); }
H1.HeaderClassName
{
color: #753D30;
}
.AnyTagClassName
{
color: #753D30;
}
</style>
background-color css
<style>
a { background-color: #753D30; }
a { background-color: rgb(117,61,48); }
div.DivClassName
{
background-color: #753D30;
}
.BgClassName
{
background-color: #753D30;
}
</style>
border-color css
<style>
span { border-color: #753D30; }
span { border-color: rgb(117,61,48); }
td.TdClassName
{
border-color: #753D30;
}
.TagClassName
{
border-color: #753D30;
}
</style>