Shades of Crown Of Thorns #723B36
Tints of Crown Of Thorns #723B36
RGB
CMYK
RGB Variations
Color information
#723B36 (or 0x723B36) is known color: Crown Of Thorns. HEX triplet: 72, 3B and 36. RGB value is (114,59,54). Sum of RGB (Red+Green+Blue) = 114+59+54=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #723B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B36 is #8DC4C9. Grayscale: #4A4A4A. Windows color (decimal): -9290954 or 3554162. OLE color: 3554162.
HSL color Cylindrical-coordinate representation of color #723B36: hue angle of 5º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #723B36 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 59 | 54 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.55 |
| HSL | 5º | 0.36% | 0.33% | - |
| HSV(B) | 5º | 0.53% | 0.45% | - |
| XYZ | 9.17 | 6.97 | 4.35 | - |
| YUV | 74.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 54 | 0 | 0.48 | 0.53 | 0.55 | 5 | 0.36 | 0.33 |
| Hex | 72 | 3B | 36 | 0 | 30 | 35 | 37 | 5 | 24 | 21 |
| Octal | 162 | 73 | 66 | 0 | 60 | 65 | 67 | 5 | 44 | 41 |
| Binary | 1110010 | 111011 | 110110 | 0 | 110000 | 110101 | 110111 | 101 | 100100 | 100001 |
Color Harmonies of #723B36
Complementary color
Monochromatic Colors of #723B36
Black with #723B36
Text Example
Text Example
White with #723B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723B36; }
p { color: rgb(114,59,54); }
H1.HeaderClassName
{
color: #723B36;
}
.AnyTagClassName
{
color: #723B36;
}
</style>
background-color css
<style>
a { background-color: #723B36; }
a { background-color: rgb(114,59,54); }
div.DivClassName
{
background-color: #723B36;
}
.BgClassName
{
background-color: #723B36;
}
</style>
border-color css
<style>
span { border-color: #723B36; }
span { border-color: rgb(114,59,54); }
td.TdClassName
{
border-color: #723B36;
}
.TagClassName
{
border-color: #723B36;
}
</style>