Shades of Crown Of Thorns #783B2C
Tints of Crown Of Thorns #783B2C
RGB
CMYK
RGB Variations
Color information
#783B2C (or 0x783B2C) is known color: Crown Of Thorns. HEX triplet: 78, 3B and 2C. RGB value is (120,59,44). Sum of RGB (Red+Green+Blue) = 120+59+44=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #783B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B2C is #87C4D3. Grayscale: #4B4B4B. Windows color (decimal): -8897748 or 2898808. OLE color: 2898808.
HSL color Cylindrical-coordinate representation of color #783B2C: hue angle of 11.84º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #783B2C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 44 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.53 |
| HSL | 11.84º | 0.46% | 0.32% | - |
| HSV(B) | 11.84º | 0.63% | 0.47% | - |
| XYZ | 9.76 | 7.3 | 3.28 | - |
| YUV | 75.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 44 | 0 | 0.51 | 0.63 | 0.53 | 11.84 | 0.46 | 0.32 |
| Hex | 78 | 3B | 2C | 0 | 33 | 3F | 35 | C | 2E | 20 |
| Octal | 170 | 73 | 54 | 0 | 63 | 77 | 65 | 14 | 56 | 40 |
| Binary | 1111000 | 111011 | 101100 | 0 | 110011 | 111111 | 110101 | 1100 | 101110 | 100000 |
Color Harmonies of #783B2C
Complementary color
Monochromatic Colors of #783B2C
Black with #783B2C
Text Example
Text Example
White with #783B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B2C; }
p { color: rgb(120,59,44); }
H1.HeaderClassName
{
color: #783B2C;
}
.AnyTagClassName
{
color: #783B2C;
}
</style>
background-color css
<style>
a { background-color: #783B2C; }
a { background-color: rgb(120,59,44); }
div.DivClassName
{
background-color: #783B2C;
}
.BgClassName
{
background-color: #783B2C;
}
</style>
border-color css
<style>
span { border-color: #783B2C; }
span { border-color: rgb(120,59,44); }
td.TdClassName
{
border-color: #783B2C;
}
.TagClassName
{
border-color: #783B2C;
}
</style>