Shades of Crown Of Thorns #783D34
Tints of Crown Of Thorns #783D34
RGB
CMYK
RGB Variations
Color information
#783D34 (or 0x783D34) is known color: Crown Of Thorns. HEX triplet: 78, 3D and 34. RGB value is (120,61,52). Sum of RGB (Red+Green+Blue) = 120+61+52=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #783D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D34 is #87C2CB. Grayscale: #4D4D4D. Windows color (decimal): -8897228 or 3423608. OLE color: 3423608.
HSL color Cylindrical-coordinate representation of color #783D34: hue angle of 7.94º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783D34 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 52 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.53 |
| HSL | 7.94º | 0.4% | 0.34% | - |
| HSV(B) | 7.94º | 0.57% | 0.47% | - |
| XYZ | 10.03 | 7.58 | 4.18 | - |
| YUV | 77.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 52 | 0 | 0.49 | 0.57 | 0.53 | 7.94 | 0.4 | 0.34 |
| Hex | 78 | 3D | 34 | 0 | 31 | 39 | 35 | 8 | 28 | 22 |
| Octal | 170 | 75 | 64 | 0 | 61 | 71 | 65 | 10 | 50 | 42 |
| Binary | 1111000 | 111101 | 110100 | 0 | 110001 | 111001 | 110101 | 1000 | 101000 | 100010 |
Color Harmonies of #783D34
Complementary color
Monochromatic Colors of #783D34
Black with #783D34
Text Example
Text Example
White with #783D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D34; }
p { color: rgb(120,61,52); }
H1.HeaderClassName
{
color: #783D34;
}
.AnyTagClassName
{
color: #783D34;
}
</style>
background-color css
<style>
a { background-color: #783D34; }
a { background-color: rgb(120,61,52); }
div.DivClassName
{
background-color: #783D34;
}
.BgClassName
{
background-color: #783D34;
}
</style>
border-color css
<style>
span { border-color: #783D34; }
span { border-color: rgb(120,61,52); }
td.TdClassName
{
border-color: #783D34;
}
.TagClassName
{
border-color: #783D34;
}
</style>