Shades of Crown Of Thorns #723C33
Tints of Crown Of Thorns #723C33
RGB
CMYK
RGB Variations
Color information
#723C33 (or 0x723C33) is known color: Crown Of Thorns. HEX triplet: 72, 3C and 33. RGB value is (114,60,51). Sum of RGB (Red+Green+Blue) = 114+60+51=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #723C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C33 is #8DC3CC. Grayscale: #4B4B4B. Windows color (decimal): -9290701 or 3357810. OLE color: 3357810.
HSL color Cylindrical-coordinate representation of color #723C33: hue angle of 8.57º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #723C33 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 60 | 51 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.55 |
| HSL | 8.57º | 0.38% | 0.32% | - |
| HSV(B) | 8.57º | 0.55% | 0.45% | - |
| XYZ | 9.15 | 7.05 | 4.01 | - |
| YUV | 75.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 51 | 0 | 0.47 | 0.55 | 0.55 | 8.57 | 0.38 | 0.32 |
| Hex | 72 | 3C | 33 | 0 | 2F | 37 | 37 | 9 | 26 | 20 |
| Octal | 162 | 74 | 63 | 0 | 57 | 67 | 67 | 11 | 46 | 40 |
| Binary | 1110010 | 111100 | 110011 | 0 | 101111 | 110111 | 110111 | 1001 | 100110 | 100000 |
Color Harmonies of #723C33
Complementary color
Monochromatic Colors of #723C33
Black with #723C33
Text Example
Text Example
White with #723C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723C33; }
p { color: rgb(114,60,51); }
H1.HeaderClassName
{
color: #723C33;
}
.AnyTagClassName
{
color: #723C33;
}
</style>
background-color css
<style>
a { background-color: #723C33; }
a { background-color: rgb(114,60,51); }
div.DivClassName
{
background-color: #723C33;
}
.BgClassName
{
background-color: #723C33;
}
</style>
border-color css
<style>
span { border-color: #723C33; }
span { border-color: rgb(114,60,51); }
td.TdClassName
{
border-color: #723C33;
}
.TagClassName
{
border-color: #723C33;
}
</style>