Shades of Crown Of Thorns #723D38
Tints of Crown Of Thorns #723D38
RGB
CMYK
RGB Variations
Color information
#723D38 (or 0x723D38) is known color: Crown Of Thorns. HEX triplet: 72, 3D and 38. RGB value is (114,61,56). Sum of RGB (Red+Green+Blue) = 114+61+56=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #723D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D38 is #8DC2C7. Grayscale: #4C4C4C. Windows color (decimal): -9290440 or 3685746. OLE color: 3685746.
HSL color Cylindrical-coordinate representation of color #723D38: hue angle of 5.17º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #723D38 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 56 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.55 |
| HSL | 5.17º | 0.34% | 0.33% | - |
| HSV(B) | 5.17º | 0.51% | 0.45% | - |
| XYZ | 9.32 | 7.2 | 4.64 | - |
| YUV | 76.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 56 | 0 | 0.46 | 0.51 | 0.55 | 5.17 | 0.34 | 0.33 |
| Hex | 72 | 3D | 38 | 0 | 2E | 33 | 37 | 5 | 22 | 21 |
| Octal | 162 | 75 | 70 | 0 | 56 | 63 | 67 | 5 | 42 | 41 |
| Binary | 1110010 | 111101 | 111000 | 0 | 101110 | 110011 | 110111 | 101 | 100010 | 100001 |
Color Harmonies of #723D38
Complementary color
Monochromatic Colors of #723D38
Black with #723D38
Text Example
Text Example
White with #723D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D38; }
p { color: rgb(114,61,56); }
H1.HeaderClassName
{
color: #723D38;
}
.AnyTagClassName
{
color: #723D38;
}
</style>
background-color css
<style>
a { background-color: #723D38; }
a { background-color: rgb(114,61,56); }
div.DivClassName
{
background-color: #723D38;
}
.BgClassName
{
background-color: #723D38;
}
</style>
border-color css
<style>
span { border-color: #723D38; }
span { border-color: rgb(114,61,56); }
td.TdClassName
{
border-color: #723D38;
}
.TagClassName
{
border-color: #723D38;
}
</style>