Shades of Crown Of Thorns #7C3828
Tints of Crown Of Thorns #7C3828
RGB
CMYK
RGB Variations
Color information
#7C3828 (or 0x7C3828) is known color: Crown Of Thorns. HEX triplet: 7C, 38 and 28. RGB value is (124,56,40). Sum of RGB (Red+Green+Blue) = 124+56+40=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3828 is #83C7D7. Grayscale: #4A4A4A. Windows color (decimal): -8636376 or 2635900. OLE color: 2635900.
HSL color Cylindrical-coordinate representation of color #7C3828: hue angle of 11.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C3828 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 40 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.51 |
| HSL | 11.43º | 0.51% | 0.32% | - |
| HSV(B) | 11.43º | 0.68% | 0.49% | - |
| XYZ | 10.11 | 7.27 | 2.88 | - |
| YUV | 74.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 40 | 0 | 0.55 | 0.68 | 0.51 | 11.43 | 0.51 | 0.32 |
| Hex | 7C | 38 | 28 | 0 | 37 | 44 | 33 | B | 33 | 20 |
| Octal | 174 | 70 | 50 | 0 | 67 | 104 | 63 | 13 | 63 | 40 |
| Binary | 1111100 | 111000 | 101000 | 0 | 110111 | 1000100 | 110011 | 1011 | 110011 | 100000 |
Color Harmonies of #7C3828
Complementary color
Monochromatic Colors of #7C3828
Black with #7C3828
Text Example
Text Example
White with #7C3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3828; }
p { color: rgb(124,56,40); }
H1.HeaderClassName
{
color: #7C3828;
}
.AnyTagClassName
{
color: #7C3828;
}
</style>
background-color css
<style>
a { background-color: #7C3828; }
a { background-color: rgb(124,56,40); }
div.DivClassName
{
background-color: #7C3828;
}
.BgClassName
{
background-color: #7C3828;
}
</style>
border-color css
<style>
span { border-color: #7C3828; }
span { border-color: rgb(124,56,40); }
td.TdClassName
{
border-color: #7C3828;
}
.TagClassName
{
border-color: #7C3828;
}
</style>