Shades of Crown Of Thorns #763D33
Tints of Crown Of Thorns #763D33
RGB
CMYK
RGB Variations
Color information
#763D33 (or 0x763D33) is known color: Crown Of Thorns. HEX triplet: 76, 3D and 33. RGB value is (118,61,51). Sum of RGB (Red+Green+Blue) = 118+61+51=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #763D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D33 is #89C2CC. Grayscale: #4C4C4C. Windows color (decimal): -9028301 or 3358070. OLE color: 3358070.
HSL color Cylindrical-coordinate representation of color #763D33: hue angle of 8.96º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763D33 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 51 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.54 |
| HSL | 8.96º | 0.4% | 0.33% | - |
| HSV(B) | 8.96º | 0.57% | 0.46% | - |
| XYZ | 9.74 | 7.43 | 4.05 | - |
| YUV | 76.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 51 | 0 | 0.48 | 0.57 | 0.54 | 8.96 | 0.4 | 0.33 |
| Hex | 76 | 3D | 33 | 0 | 30 | 39 | 36 | 9 | 28 | 21 |
| Octal | 166 | 75 | 63 | 0 | 60 | 71 | 66 | 11 | 50 | 41 |
| Binary | 1110110 | 111101 | 110011 | 0 | 110000 | 111001 | 110110 | 1001 | 101000 | 100001 |
Color Harmonies of #763D33
Complementary color
Monochromatic Colors of #763D33
Black with #763D33
Text Example
Text Example
White with #763D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D33; }
p { color: rgb(118,61,51); }
H1.HeaderClassName
{
color: #763D33;
}
.AnyTagClassName
{
color: #763D33;
}
</style>
background-color css
<style>
a { background-color: #763D33; }
a { background-color: rgb(118,61,51); }
div.DivClassName
{
background-color: #763D33;
}
.BgClassName
{
background-color: #763D33;
}
</style>
border-color css
<style>
span { border-color: #763D33; }
span { border-color: rgb(118,61,51); }
td.TdClassName
{
border-color: #763D33;
}
.TagClassName
{
border-color: #763D33;
}
</style>