Shades of Crown Of Thorns #743C32
Tints of Crown Of Thorns #743C32
RGB
CMYK
RGB Variations
Color information
#743C32 (or 0x743C32) is known color: Crown Of Thorns. HEX triplet: 74, 3C and 32. RGB value is (116,60,50). Sum of RGB (Red+Green+Blue) = 116+60+50=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #743C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C32 is #8BC3CD. Grayscale: #4B4B4B. Windows color (decimal): -9159630 or 3292276. OLE color: 3292276.
HSL color Cylindrical-coordinate representation of color #743C32: hue angle of 9.09º 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 #743C32 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 50 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.55 |
| HSL | 9.09º | 0.4% | 0.33% | - |
| HSV(B) | 9.09º | 0.57% | 0.45% | - |
| XYZ | 9.39 | 7.18 | 3.91 | - |
| YUV | 75.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 50 | 0 | 0.48 | 0.57 | 0.55 | 9.09 | 0.4 | 0.33 |
| Hex | 74 | 3C | 32 | 0 | 30 | 39 | 37 | 9 | 28 | 21 |
| Octal | 164 | 74 | 62 | 0 | 60 | 71 | 67 | 11 | 50 | 41 |
| Binary | 1110100 | 111100 | 110010 | 0 | 110000 | 111001 | 110111 | 1001 | 101000 | 100001 |
Color Harmonies of #743C32
Complementary color
Monochromatic Colors of #743C32
Black with #743C32
Text Example
Text Example
White with #743C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C32; }
p { color: rgb(116,60,50); }
H1.HeaderClassName
{
color: #743C32;
}
.AnyTagClassName
{
color: #743C32;
}
</style>
background-color css
<style>
a { background-color: #743C32; }
a { background-color: rgb(116,60,50); }
div.DivClassName
{
background-color: #743C32;
}
.BgClassName
{
background-color: #743C32;
}
</style>
border-color css
<style>
span { border-color: #743C32; }
span { border-color: rgb(116,60,50); }
td.TdClassName
{
border-color: #743C32;
}
.TagClassName
{
border-color: #743C32;
}
</style>