Shades of Crown Of Thorns #723A32
Tints of Crown Of Thorns #723A32
RGB
CMYK
RGB Variations
Color information
#723A32 (or 0x723A32) is known color: Crown Of Thorns. HEX triplet: 72, 3A and 32. RGB value is (114,58,50). Sum of RGB (Red+Green+Blue) = 114+58+50=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #723A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A32 is #8DC5CD. Grayscale: #494949. Windows color (decimal): -9291214 or 3291762. OLE color: 3291762.
HSL color Cylindrical-coordinate representation of color #723A32: hue angle of 7.5º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723A32 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 58 | 50 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.55 |
| HSL | 7.5º | 0.39% | 0.32% | - |
| HSV(B) | 7.5º | 0.56% | 0.45% | - |
| XYZ | 9.03 | 6.83 | 3.86 | - |
| YUV | 73.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 50 | 0 | 0.49 | 0.56 | 0.55 | 7.5 | 0.39 | 0.32 |
| Hex | 72 | 3A | 32 | 0 | 31 | 38 | 37 | 8 | 27 | 20 |
| Octal | 162 | 72 | 62 | 0 | 61 | 70 | 67 | 10 | 47 | 40 |
| Binary | 1110010 | 111010 | 110010 | 0 | 110001 | 111000 | 110111 | 1000 | 100111 | 100000 |
Color Harmonies of #723A32
Complementary color
Monochromatic Colors of #723A32
Black with #723A32
Text Example
Text Example
White with #723A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723A32; }
p { color: rgb(114,58,50); }
H1.HeaderClassName
{
color: #723A32;
}
.AnyTagClassName
{
color: #723A32;
}
</style>
background-color css
<style>
a { background-color: #723A32; }
a { background-color: rgb(114,58,50); }
div.DivClassName
{
background-color: #723A32;
}
.BgClassName
{
background-color: #723A32;
}
</style>
border-color css
<style>
span { border-color: #723A32; }
span { border-color: rgb(114,58,50); }
td.TdClassName
{
border-color: #723A32;
}
.TagClassName
{
border-color: #723A32;
}
</style>