Shades of Crown Of Thorns #753D33
Tints of Crown Of Thorns #753D33
RGB
CMYK
RGB Variations
Color information
#753D33 (or 0x753D33) is known color: Crown Of Thorns. HEX triplet: 75, 3D and 33. RGB value is (117,61,51). Sum of RGB (Red+Green+Blue) = 117+61+51=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #753D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D33 is #8AC2CC. Grayscale: #4C4C4C. Windows color (decimal): -9093837 or 3358069. OLE color: 3358069.
HSL color Cylindrical-coordinate representation of color #753D33: hue angle of 9.09º 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 #753D33 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 51 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.54 |
| HSL | 9.09º | 0.39% | 0.33% | - |
| HSV(B) | 9.09º | 0.56% | 0.46% | - |
| XYZ | 9.6 | 7.36 | 4.05 | - |
| YUV | 76.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 51 | 0 | 0.48 | 0.56 | 0.54 | 9.09 | 0.39 | 0.33 |
| Hex | 75 | 3D | 33 | 0 | 30 | 38 | 36 | 9 | 27 | 21 |
| Octal | 165 | 75 | 63 | 0 | 60 | 70 | 66 | 11 | 47 | 41 |
| Binary | 1110101 | 111101 | 110011 | 0 | 110000 | 111000 | 110110 | 1001 | 100111 | 100001 |
Color Harmonies of #753D33
Complementary color
Monochromatic Colors of #753D33
Black with #753D33
Text Example
Text Example
White with #753D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D33; }
p { color: rgb(117,61,51); }
H1.HeaderClassName
{
color: #753D33;
}
.AnyTagClassName
{
color: #753D33;
}
</style>
background-color css
<style>
a { background-color: #753D33; }
a { background-color: rgb(117,61,51); }
div.DivClassName
{
background-color: #753D33;
}
.BgClassName
{
background-color: #753D33;
}
</style>
border-color css
<style>
span { border-color: #753D33; }
span { border-color: rgb(117,61,51); }
td.TdClassName
{
border-color: #753D33;
}
.TagClassName
{
border-color: #753D33;
}
</style>