Shades of Crown Of Thorns #753D32
Tints of Crown Of Thorns #753D32
RGB
CMYK
RGB Variations
Color information
#753D32 (or 0x753D32) is known color: Crown Of Thorns. HEX triplet: 75, 3D and 32. RGB value is (117,61,50). Sum of RGB (Red+Green+Blue) = 117+61+50=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #753D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D32 is #8AC2CD. Grayscale: #4C4C4C. Windows color (decimal): -9093838 or 3292533. OLE color: 3292533.
HSL color Cylindrical-coordinate representation of color #753D32: hue angle of 9.85º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753D32 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 50 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.54 |
| HSL | 9.85º | 0.4% | 0.33% | - |
| HSV(B) | 9.85º | 0.57% | 0.46% | - |
| XYZ | 9.58 | 7.35 | 3.93 | - |
| YUV | 76.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 50 | 0 | 0.48 | 0.57 | 0.54 | 9.85 | 0.4 | 0.33 |
| Hex | 75 | 3D | 32 | 0 | 30 | 39 | 36 | A | 28 | 21 |
| Octal | 165 | 75 | 62 | 0 | 60 | 71 | 66 | 12 | 50 | 41 |
| Binary | 1110101 | 111101 | 110010 | 0 | 110000 | 111001 | 110110 | 1010 | 101000 | 100001 |
Color Harmonies of #753D32
Complementary color
Monochromatic Colors of #753D32
Black with #753D32
Text Example
Text Example
White with #753D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D32; }
p { color: rgb(117,61,50); }
H1.HeaderClassName
{
color: #753D32;
}
.AnyTagClassName
{
color: #753D32;
}
</style>
background-color css
<style>
a { background-color: #753D32; }
a { background-color: rgb(117,61,50); }
div.DivClassName
{
background-color: #753D32;
}
.BgClassName
{
background-color: #753D32;
}
</style>
border-color css
<style>
span { border-color: #753D32; }
span { border-color: rgb(117,61,50); }
td.TdClassName
{
border-color: #753D32;
}
.TagClassName
{
border-color: #753D32;
}
</style>