Shades of Crown Of Thorns #723C32
Tints of Crown Of Thorns #723C32
RGB
CMYK
RGB Variations
Color information
#723C32 (or 0x723C32) is known color: Crown Of Thorns. HEX triplet: 72, 3C and 32. RGB value is (114,60,50). Sum of RGB (Red+Green+Blue) = 114+60+50=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #723C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C32 is #8DC3CD. Grayscale: #4B4B4B. Windows color (decimal): -9290702 or 3292274. OLE color: 3292274.
HSL color Cylindrical-coordinate representation of color #723C32: hue angle of 9.38º 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 #723C32 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 60 | 50 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.55 |
| HSL | 9.38º | 0.39% | 0.32% | - |
| HSV(B) | 9.38º | 0.56% | 0.45% | - |
| XYZ | 9.13 | 7.04 | 3.9 | - |
| YUV | 75.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 50 | 0 | 0.47 | 0.56 | 0.55 | 9.38 | 0.39 | 0.32 |
| Hex | 72 | 3C | 32 | 0 | 2F | 38 | 37 | 9 | 27 | 20 |
| Octal | 162 | 74 | 62 | 0 | 57 | 70 | 67 | 11 | 47 | 40 |
| Binary | 1110010 | 111100 | 110010 | 0 | 101111 | 111000 | 110111 | 1001 | 100111 | 100000 |
Color Harmonies of #723C32
Complementary color
Monochromatic Colors of #723C32
Black with #723C32
Text Example
Text Example
White with #723C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723C32; }
p { color: rgb(114,60,50); }
H1.HeaderClassName
{
color: #723C32;
}
.AnyTagClassName
{
color: #723C32;
}
</style>
background-color css
<style>
a { background-color: #723C32; }
a { background-color: rgb(114,60,50); }
div.DivClassName
{
background-color: #723C32;
}
.BgClassName
{
background-color: #723C32;
}
</style>
border-color css
<style>
span { border-color: #723C32; }
span { border-color: rgb(114,60,50); }
td.TdClassName
{
border-color: #723C32;
}
.TagClassName
{
border-color: #723C32;
}
</style>