Shades of Crown Of Thorns #733E32
Tints of Crown Of Thorns #733E32
RGB
CMYK
RGB Variations
Color information
#733E32 (or 0x733E32) is known color: Crown Of Thorns. HEX triplet: 73, 3E and 32. RGB value is (115,62,50). Sum of RGB (Red+Green+Blue) = 115+62+50=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #733E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E32 is #8CC1CD. Grayscale: #4C4C4C. Windows color (decimal): -9224654 or 3292787. OLE color: 3292787.
HSL color Cylindrical-coordinate representation of color #733E32: hue angle of 11.08º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733E32 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 50 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.55 |
| HSL | 11.08º | 0.39% | 0.32% | - |
| HSV(B) | 11.08º | 0.57% | 0.45% | - |
| XYZ | 9.37 | 7.32 | 3.94 | - |
| YUV | 76.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 50 | 0 | 0.46 | 0.57 | 0.55 | 11.08 | 0.39 | 0.32 |
| Hex | 73 | 3E | 32 | 0 | 2E | 39 | 37 | B | 27 | 20 |
| Octal | 163 | 76 | 62 | 0 | 56 | 71 | 67 | 13 | 47 | 40 |
| Binary | 1110011 | 111110 | 110010 | 0 | 101110 | 111001 | 110111 | 1011 | 100111 | 100000 |
Color Harmonies of #733E32
Complementary color
Monochromatic Colors of #733E32
Black with #733E32
Text Example
Text Example
White with #733E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E32; }
p { color: rgb(115,62,50); }
H1.HeaderClassName
{
color: #733E32;
}
.AnyTagClassName
{
color: #733E32;
}
</style>
background-color css
<style>
a { background-color: #733E32; }
a { background-color: rgb(115,62,50); }
div.DivClassName
{
background-color: #733E32;
}
.BgClassName
{
background-color: #733E32;
}
</style>
border-color css
<style>
span { border-color: #733E32; }
span { border-color: rgb(115,62,50); }
td.TdClassName
{
border-color: #733E32;
}
.TagClassName
{
border-color: #733E32;
}
</style>