Shades of Crown Of Thorns #783D36
Tints of Crown Of Thorns #783D36
RGB
CMYK
RGB Variations
Color information
#783D36 (or 0x783D36) is known color: Crown Of Thorns. HEX triplet: 78, 3D and 36. RGB value is (120,61,54). Sum of RGB (Red+Green+Blue) = 120+61+54=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #783D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D36 is #87C2C9. Grayscale: #4D4D4D. Windows color (decimal): -8897226 or 3554680. OLE color: 3554680.
HSL color Cylindrical-coordinate representation of color #783D36: hue angle of 6.36º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #783D36 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 54 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.53 |
| HSL | 6.36º | 0.38% | 0.34% | - |
| HSV(B) | 6.36º | 0.55% | 0.47% | - |
| XYZ | 10.08 | 7.6 | 4.43 | - |
| YUV | 77.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 54 | 0 | 0.49 | 0.55 | 0.53 | 6.36 | 0.38 | 0.34 |
| Hex | 78 | 3D | 36 | 0 | 31 | 37 | 35 | 6 | 26 | 22 |
| Octal | 170 | 75 | 66 | 0 | 61 | 67 | 65 | 6 | 46 | 42 |
| Binary | 1111000 | 111101 | 110110 | 0 | 110001 | 110111 | 110101 | 110 | 100110 | 100010 |
Color Harmonies of #783D36
Complementary color
Monochromatic Colors of #783D36
Black with #783D36
Text Example
Text Example
White with #783D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D36; }
p { color: rgb(120,61,54); }
H1.HeaderClassName
{
color: #783D36;
}
.AnyTagClassName
{
color: #783D36;
}
</style>
background-color css
<style>
a { background-color: #783D36; }
a { background-color: rgb(120,61,54); }
div.DivClassName
{
background-color: #783D36;
}
.BgClassName
{
background-color: #783D36;
}
</style>
border-color css
<style>
span { border-color: #783D36; }
span { border-color: rgb(120,61,54); }
td.TdClassName
{
border-color: #783D36;
}
.TagClassName
{
border-color: #783D36;
}
</style>