Shades of Crown Of Thorns #743B38
Tints of Crown Of Thorns #743B38
RGB
CMYK
RGB Variations
Color information
#743B38 (or 0x743B38) is known color: Crown Of Thorns. HEX triplet: 74, 3B and 38. RGB value is (116,59,56). Sum of RGB (Red+Green+Blue) = 116+59+56=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #743B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B38 is #8BC4C7. Grayscale: #4B4B4B. Windows color (decimal): -9159880 or 3685236. OLE color: 3685236.
HSL color Cylindrical-coordinate representation of color #743B38: hue angle of 3º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #743B38 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 59 | 56 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.55 |
| HSL | 3º | 0.35% | 0.34% | - |
| HSV(B) | 3º | 0.52% | 0.45% | - |
| XYZ | 9.48 | 7.13 | 4.62 | - |
| YUV | 75.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 56 | 0 | 0.49 | 0.52 | 0.55 | 3 | 0.35 | 0.34 |
| Hex | 74 | 3B | 38 | 0 | 31 | 34 | 37 | 3 | 23 | 22 |
| Octal | 164 | 73 | 70 | 0 | 61 | 64 | 67 | 3 | 43 | 42 |
| Binary | 1110100 | 111011 | 111000 | 0 | 110001 | 110100 | 110111 | 11 | 100011 | 100010 |
Color Harmonies of #743B38
Complementary color
Monochromatic Colors of #743B38
Black with #743B38
Text Example
Text Example
White with #743B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B38; }
p { color: rgb(116,59,56); }
H1.HeaderClassName
{
color: #743B38;
}
.AnyTagClassName
{
color: #743B38;
}
</style>
background-color css
<style>
a { background-color: #743B38; }
a { background-color: rgb(116,59,56); }
div.DivClassName
{
background-color: #743B38;
}
.BgClassName
{
background-color: #743B38;
}
</style>
border-color css
<style>
span { border-color: #743B38; }
span { border-color: rgb(116,59,56); }
td.TdClassName
{
border-color: #743B38;
}
.TagClassName
{
border-color: #743B38;
}
</style>