Shades of Crown Of Thorns #783D2E
Tints of Crown Of Thorns #783D2E
RGB
CMYK
RGB Variations
Color information
#783D2E (or 0x783D2E) is known color: Crown Of Thorns. HEX triplet: 78, 3D and 2E. RGB value is (120,61,46). Sum of RGB (Red+Green+Blue) = 120+61+46=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #783D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D2E is #87C2D1. Grayscale: #4D4D4D. Windows color (decimal): -8897234 or 3030392. OLE color: 3030392.
HSL color Cylindrical-coordinate representation of color #783D2E: hue angle of 12.16º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #783D2E is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 46 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.53 |
| HSL | 12.16º | 0.45% | 0.33% | - |
| HSV(B) | 12.16º | 0.62% | 0.47% | - |
| XYZ | 9.91 | 7.53 | 3.52 | - |
| YUV | 76.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 46 | 0 | 0.49 | 0.62 | 0.53 | 12.16 | 0.45 | 0.33 |
| Hex | 78 | 3D | 2E | 0 | 31 | 3E | 35 | C | 2D | 21 |
| Octal | 170 | 75 | 56 | 0 | 61 | 76 | 65 | 14 | 55 | 41 |
| Binary | 1111000 | 111101 | 101110 | 0 | 110001 | 111110 | 110101 | 1100 | 101101 | 100001 |
Color Harmonies of #783D2E
Complementary color
Monochromatic Colors of #783D2E
Black with #783D2E
Text Example
Text Example
White with #783D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D2E; }
p { color: rgb(120,61,46); }
H1.HeaderClassName
{
color: #783D2E;
}
.AnyTagClassName
{
color: #783D2E;
}
</style>
background-color css
<style>
a { background-color: #783D2E; }
a { background-color: rgb(120,61,46); }
div.DivClassName
{
background-color: #783D2E;
}
.BgClassName
{
background-color: #783D2E;
}
</style>
border-color css
<style>
span { border-color: #783D2E; }
span { border-color: rgb(120,61,46); }
td.TdClassName
{
border-color: #783D2E;
}
.TagClassName
{
border-color: #783D2E;
}
</style>