Shades of Crown Of Thorns #783B32
Tints of Crown Of Thorns #783B32
RGB
CMYK
RGB Variations
Color information
#783B32 (or 0x783B32) is known color: Crown Of Thorns. HEX triplet: 78, 3B and 32. RGB value is (120,59,50). Sum of RGB (Red+Green+Blue) = 120+59+50=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #783B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B32 is #87C4CD. Grayscale: #4C4C4C. Windows color (decimal): -8897742 or 3292024. OLE color: 3292024.
HSL color Cylindrical-coordinate representation of color #783B32: hue angle of 7.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783B32 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 50 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.53 |
| HSL | 7.71º | 0.41% | 0.33% | - |
| HSV(B) | 7.71º | 0.58% | 0.47% | - |
| XYZ | 9.89 | 7.35 | 3.92 | - |
| YUV | 76.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 50 | 0 | 0.51 | 0.58 | 0.53 | 7.71 | 0.41 | 0.33 |
| Hex | 78 | 3B | 32 | 0 | 33 | 3A | 35 | 8 | 29 | 21 |
| Octal | 170 | 73 | 62 | 0 | 63 | 72 | 65 | 10 | 51 | 41 |
| Binary | 1111000 | 111011 | 110010 | 0 | 110011 | 111010 | 110101 | 1000 | 101001 | 100001 |
Color Harmonies of #783B32
Complementary color
Monochromatic Colors of #783B32
Black with #783B32
Text Example
Text Example
White with #783B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B32; }
p { color: rgb(120,59,50); }
H1.HeaderClassName
{
color: #783B32;
}
.AnyTagClassName
{
color: #783B32;
}
</style>
background-color css
<style>
a { background-color: #783B32; }
a { background-color: rgb(120,59,50); }
div.DivClassName
{
background-color: #783B32;
}
.BgClassName
{
background-color: #783B32;
}
</style>
border-color css
<style>
span { border-color: #783B32; }
span { border-color: rgb(120,59,50); }
td.TdClassName
{
border-color: #783B32;
}
.TagClassName
{
border-color: #783B32;
}
</style>