Shades of Crown Of Thorns #753A2F
Tints of Crown Of Thorns #753A2F
RGB
CMYK
RGB Variations
Color information
#753A2F (or 0x753A2F) is known color: Crown Of Thorns. HEX triplet: 75, 3A and 2F. RGB value is (117,58,47). Sum of RGB (Red+Green+Blue) = 117+58+47=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A2F is #8AC5D0. Grayscale: #4A4A4A. Windows color (decimal): -9094609 or 3095157. OLE color: 3095157.
HSL color Cylindrical-coordinate representation of color #753A2F: hue angle of 9.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753A2F is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 47 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.54 |
| HSL | 9.43º | 0.43% | 0.32% | - |
| HSV(B) | 9.43º | 0.6% | 0.46% | - |
| XYZ | 9.36 | 7.01 | 3.55 | - |
| YUV | 74.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 47 | 0 | 0.50 | 0.60 | 0.54 | 9.43 | 0.43 | 0.32 |
| Hex | 75 | 3A | 2F | 0 | 32 | 3C | 36 | 9 | 2B | 20 |
| Octal | 165 | 72 | 57 | 0 | 62 | 74 | 66 | 11 | 53 | 40 |
| Binary | 1110101 | 111010 | 101111 | 0 | 110010 | 111100 | 110110 | 1001 | 101011 | 100000 |
Color Harmonies of #753A2F
Complementary color
Monochromatic Colors of #753A2F
Black with #753A2F
Text Example
Text Example
White with #753A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A2F; }
p { color: rgb(117,58,47); }
H1.HeaderClassName
{
color: #753A2F;
}
.AnyTagClassName
{
color: #753A2F;
}
</style>
background-color css
<style>
a { background-color: #753A2F; }
a { background-color: rgb(117,58,47); }
div.DivClassName
{
background-color: #753A2F;
}
.BgClassName
{
background-color: #753A2F;
}
</style>
border-color css
<style>
span { border-color: #753A2F; }
span { border-color: rgb(117,58,47); }
td.TdClassName
{
border-color: #753A2F;
}
.TagClassName
{
border-color: #753A2F;
}
</style>