Shades of Crown Of Thorns #793E33
Tints of Crown Of Thorns #793E33
RGB
CMYK
RGB Variations
Color information
#793E33 (or 0x793E33) is known color: Crown Of Thorns. HEX triplet: 79, 3E and 33. RGB value is (121,62,51). Sum of RGB (Red+Green+Blue) = 121+62+51=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #793E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793E33 is #86C1CC. Grayscale: #4E4E4E. Windows color (decimal): -8831437 or 3358329. OLE color: 3358329.
HSL color Cylindrical-coordinate representation of color #793E33: hue angle of 9.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #793E33 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 62 | 51 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.53 |
| HSL | 9.43º | 0.41% | 0.34% | - |
| HSV(B) | 9.43º | 0.58% | 0.47% | - |
| XYZ | 10.21 | 7.75 | 4.09 | - |
| YUV | 78.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 51 | 0 | 0.49 | 0.58 | 0.53 | 9.43 | 0.41 | 0.34 |
| Hex | 79 | 3E | 33 | 0 | 31 | 3A | 35 | 9 | 29 | 22 |
| Octal | 171 | 76 | 63 | 0 | 61 | 72 | 65 | 11 | 51 | 42 |
| Binary | 1111001 | 111110 | 110011 | 0 | 110001 | 111010 | 110101 | 1001 | 101001 | 100010 |
Color Harmonies of #793E33
Complementary color
Monochromatic Colors of #793E33
Black with #793E33
Text Example
Text Example
White with #793E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793E33; }
p { color: rgb(121,62,51); }
H1.HeaderClassName
{
color: #793E33;
}
.AnyTagClassName
{
color: #793E33;
}
</style>
background-color css
<style>
a { background-color: #793E33; }
a { background-color: rgb(121,62,51); }
div.DivClassName
{
background-color: #793E33;
}
.BgClassName
{
background-color: #793E33;
}
</style>
border-color css
<style>
span { border-color: #793E33; }
span { border-color: rgb(121,62,51); }
td.TdClassName
{
border-color: #793E33;
}
.TagClassName
{
border-color: #793E33;
}
</style>