Shades of Crown Of Thorns #7C3829
Tints of Crown Of Thorns #7C3829
RGB
CMYK
RGB Variations
Color information
#7C3829 (or 0x7C3829) is known color: Crown Of Thorns. HEX triplet: 7C, 38 and 29. RGB value is (124,56,41). Sum of RGB (Red+Green+Blue) = 124+56+41=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3829 is #83C7D6. Grayscale: #4A4A4A. Windows color (decimal): -8636375 or 2701436. OLE color: 2701436.
HSL color Cylindrical-coordinate representation of color #7C3829: hue angle of 10.84º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C3829 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 41 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.51 |
| HSL | 10.84º | 0.5% | 0.32% | - |
| HSV(B) | 10.84º | 0.67% | 0.49% | - |
| XYZ | 10.13 | 7.27 | 2.97 | - |
| YUV | 74.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 41 | 0 | 0.55 | 0.67 | 0.51 | 10.84 | 0.5 | 0.32 |
| Hex | 7C | 38 | 29 | 0 | 37 | 43 | 33 | B | 32 | 20 |
| Octal | 174 | 70 | 51 | 0 | 67 | 103 | 63 | 13 | 62 | 40 |
| Binary | 1111100 | 111000 | 101001 | 0 | 110111 | 1000011 | 110011 | 1011 | 110010 | 100000 |
Color Harmonies of #7C3829
Complementary color
Monochromatic Colors of #7C3829
Black with #7C3829
Text Example
Text Example
White with #7C3829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3829; }
p { color: rgb(124,56,41); }
H1.HeaderClassName
{
color: #7C3829;
}
.AnyTagClassName
{
color: #7C3829;
}
</style>
background-color css
<style>
a { background-color: #7C3829; }
a { background-color: rgb(124,56,41); }
div.DivClassName
{
background-color: #7C3829;
}
.BgClassName
{
background-color: #7C3829;
}
</style>
border-color css
<style>
span { border-color: #7C3829; }
span { border-color: rgb(124,56,41); }
td.TdClassName
{
border-color: #7C3829;
}
.TagClassName
{
border-color: #7C3829;
}
</style>