Shades of Crown Of Thorns #753F33
Tints of Crown Of Thorns #753F33
RGB
CMYK
RGB Variations
Color information
#753F33 (or 0x753F33) is known color: Crown Of Thorns. HEX triplet: 75, 3F and 33. RGB value is (117,63,51). Sum of RGB (Red+Green+Blue) = 117+63+51=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #753F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F33 is #8AC0CC. Grayscale: #4D4D4D. Windows color (decimal): -9093325 or 3358581. OLE color: 3358581.
HSL color Cylindrical-coordinate representation of color #753F33: hue angle of 10.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753F33 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 51 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.54 |
| HSL | 10.91º | 0.39% | 0.33% | - |
| HSV(B) | 10.91º | 0.56% | 0.46% | - |
| XYZ | 9.71 | 7.58 | 4.08 | - |
| YUV | 77.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 51 | 0 | 0.46 | 0.56 | 0.54 | 10.91 | 0.39 | 0.33 |
| Hex | 75 | 3F | 33 | 0 | 2E | 38 | 36 | B | 27 | 21 |
| Octal | 165 | 77 | 63 | 0 | 56 | 70 | 66 | 13 | 47 | 41 |
| Binary | 1110101 | 111111 | 110011 | 0 | 101110 | 111000 | 110110 | 1011 | 100111 | 100001 |
Color Harmonies of #753F33
Complementary color
Monochromatic Colors of #753F33
Black with #753F33
Text Example
Text Example
White with #753F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F33; }
p { color: rgb(117,63,51); }
H1.HeaderClassName
{
color: #753F33;
}
.AnyTagClassName
{
color: #753F33;
}
</style>
background-color css
<style>
a { background-color: #753F33; }
a { background-color: rgb(117,63,51); }
div.DivClassName
{
background-color: #753F33;
}
.BgClassName
{
background-color: #753F33;
}
</style>
border-color css
<style>
span { border-color: #753F33; }
span { border-color: rgb(117,63,51); }
td.TdClassName
{
border-color: #753F33;
}
.TagClassName
{
border-color: #753F33;
}
</style>