Shades of Crown Of Thorns #753A30
Tints of Crown Of Thorns #753A30
RGB
CMYK
RGB Variations
Color information
#753A30 (or 0x753A30) is known color: Crown Of Thorns. HEX triplet: 75, 3A and 30. RGB value is (117,58,48). Sum of RGB (Red+Green+Blue) = 117+58+48=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A30 is #8AC5CF. Grayscale: #4A4A4A. Windows color (decimal): -9094608 or 3160693. OLE color: 3160693.
HSL color Cylindrical-coordinate representation of color #753A30: hue angle of 8.7º 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 #753A30 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 48 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.54 |
| HSL | 8.7º | 0.42% | 0.32% | - |
| HSV(B) | 8.7º | 0.59% | 0.46% | - |
| XYZ | 9.38 | 7.02 | 3.66 | - |
| YUV | 74.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 48 | 0 | 0.50 | 0.59 | 0.54 | 8.7 | 0.42 | 0.32 |
| Hex | 75 | 3A | 30 | 0 | 32 | 3B | 36 | 9 | 2A | 20 |
| Octal | 165 | 72 | 60 | 0 | 62 | 73 | 66 | 11 | 52 | 40 |
| Binary | 1110101 | 111010 | 110000 | 0 | 110010 | 111011 | 110110 | 1001 | 101010 | 100000 |
Color Harmonies of #753A30
Complementary color
Monochromatic Colors of #753A30
Black with #753A30
Text Example
Text Example
White with #753A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A30; }
p { color: rgb(117,58,48); }
H1.HeaderClassName
{
color: #753A30;
}
.AnyTagClassName
{
color: #753A30;
}
</style>
background-color css
<style>
a { background-color: #753A30; }
a { background-color: rgb(117,58,48); }
div.DivClassName
{
background-color: #753A30;
}
.BgClassName
{
background-color: #753A30;
}
</style>
border-color css
<style>
span { border-color: #753A30; }
span { border-color: rgb(117,58,48); }
td.TdClassName
{
border-color: #753A30;
}
.TagClassName
{
border-color: #753A30;
}
</style>