Shades of Crown Of Thorns #773F38
Tints of Crown Of Thorns #773F38
RGB
CMYK
RGB Variations
Color information
#773F38 (or 0x773F38) is known color: Crown Of Thorns. HEX triplet: 77, 3F and 38. RGB value is (119,63,56). Sum of RGB (Red+Green+Blue) = 119+63+56=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #773F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F38 is #88C0C7. Grayscale: #4F4F4F. Windows color (decimal): -8962248 or 3686263. OLE color: 3686263.
HSL color Cylindrical-coordinate representation of color #773F38: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #773F38 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 56 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.53 |
| HSL | 6.67º | 0.36% | 0.34% | - |
| HSV(B) | 6.67º | 0.53% | 0.47% | - |
| XYZ | 10.1 | 7.76 | 4.71 | - |
| YUV | 78.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 56 | 0 | 0.47 | 0.53 | 0.53 | 6.67 | 0.36 | 0.34 |
| Hex | 77 | 3F | 38 | 0 | 2F | 35 | 35 | 7 | 24 | 22 |
| Octal | 167 | 77 | 70 | 0 | 57 | 65 | 65 | 7 | 44 | 42 |
| Binary | 1110111 | 111111 | 111000 | 0 | 101111 | 110101 | 110101 | 111 | 100100 | 100010 |
Color Harmonies of #773F38
Complementary color
Monochromatic Colors of #773F38
Black with #773F38
Text Example
Text Example
White with #773F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F38; }
p { color: rgb(119,63,56); }
H1.HeaderClassName
{
color: #773F38;
}
.AnyTagClassName
{
color: #773F38;
}
</style>
background-color css
<style>
a { background-color: #773F38; }
a { background-color: rgb(119,63,56); }
div.DivClassName
{
background-color: #773F38;
}
.BgClassName
{
background-color: #773F38;
}
</style>
border-color css
<style>
span { border-color: #773F38; }
span { border-color: rgb(119,63,56); }
td.TdClassName
{
border-color: #773F38;
}
.TagClassName
{
border-color: #773F38;
}
</style>