Shades of Crown Of Thorns #763F32
Tints of Crown Of Thorns #763F32
RGB
CMYK
RGB Variations
Color information
#763F32 (or 0x763F32) is known color: Crown Of Thorns. HEX triplet: 76, 3F and 32. RGB value is (118,63,50). Sum of RGB (Red+Green+Blue) = 118+63+50=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #763F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F32 is #89C0CD. Grayscale: #4E4E4E. Windows color (decimal): -9027790 or 3293046. OLE color: 3293046.
HSL color Cylindrical-coordinate representation of color #763F32: hue angle of 11.47º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763F32 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 50 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.54 |
| HSL | 11.47º | 0.4% | 0.33% | - |
| HSV(B) | 11.47º | 0.58% | 0.46% | - |
| XYZ | 9.82 | 7.64 | 3.97 | - |
| YUV | 77.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 50 | 0 | 0.47 | 0.58 | 0.54 | 11.47 | 0.4 | 0.33 |
| Hex | 76 | 3F | 32 | 0 | 2F | 3A | 36 | B | 28 | 21 |
| Octal | 166 | 77 | 62 | 0 | 57 | 72 | 66 | 13 | 50 | 41 |
| Binary | 1110110 | 111111 | 110010 | 0 | 101111 | 111010 | 110110 | 1011 | 101000 | 100001 |
Color Harmonies of #763F32
Complementary color
Monochromatic Colors of #763F32
Black with #763F32
Text Example
Text Example
White with #763F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F32; }
p { color: rgb(118,63,50); }
H1.HeaderClassName
{
color: #763F32;
}
.AnyTagClassName
{
color: #763F32;
}
</style>
background-color css
<style>
a { background-color: #763F32; }
a { background-color: rgb(118,63,50); }
div.DivClassName
{
background-color: #763F32;
}
.BgClassName
{
background-color: #763F32;
}
</style>
border-color css
<style>
span { border-color: #763F32; }
span { border-color: rgb(118,63,50); }
td.TdClassName
{
border-color: #763F32;
}
.TagClassName
{
border-color: #763F32;
}
</style>