Shades of Crown Of Thorns #743F32
Tints of Crown Of Thorns #743F32
RGB
CMYK
RGB Variations
Color information
#743F32 (or 0x743F32) is known color: Crown Of Thorns. HEX triplet: 74, 3F and 32. RGB value is (116,63,50). Sum of RGB (Red+Green+Blue) = 116+63+50=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #743F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F32 is #8BC0CD. Grayscale: #4D4D4D. Windows color (decimal): -9158862 or 3293044. OLE color: 3293044.
HSL color Cylindrical-coordinate representation of color #743F32: hue angle of 11.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #743F32 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 50 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.55 |
| HSL | 11.82º | 0.4% | 0.33% | - |
| HSV(B) | 11.82º | 0.57% | 0.45% | - |
| XYZ | 9.56 | 7.5 | 3.96 | - |
| YUV | 77.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 50 | 0 | 0.46 | 0.57 | 0.55 | 11.82 | 0.4 | 0.33 |
| Hex | 74 | 3F | 32 | 0 | 2E | 39 | 37 | C | 28 | 21 |
| Octal | 164 | 77 | 62 | 0 | 56 | 71 | 67 | 14 | 50 | 41 |
| Binary | 1110100 | 111111 | 110010 | 0 | 101110 | 111001 | 110111 | 1100 | 101000 | 100001 |
Color Harmonies of #743F32
Complementary color
Monochromatic Colors of #743F32
Black with #743F32
Text Example
Text Example
White with #743F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F32; }
p { color: rgb(116,63,50); }
H1.HeaderClassName
{
color: #743F32;
}
.AnyTagClassName
{
color: #743F32;
}
</style>
background-color css
<style>
a { background-color: #743F32; }
a { background-color: rgb(116,63,50); }
div.DivClassName
{
background-color: #743F32;
}
.BgClassName
{
background-color: #743F32;
}
</style>
border-color css
<style>
span { border-color: #743F32; }
span { border-color: rgb(116,63,50); }
td.TdClassName
{
border-color: #743F32;
}
.TagClassName
{
border-color: #743F32;
}
</style>