Shades of Brown Bramble #4C311A
Tints of Brown Bramble #4C311A
RGB
CMYK
RGB Variations
Color information
#4C311A (or 0x4C311A) is known color: Brown Bramble. HEX triplet: 4C, 31 and 1A. RGB value is (76,49,26). Sum of RGB (Red+Green+Blue) = 76+49+26=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C311A is #B3CEE5. Grayscale: #363636. Windows color (decimal): -11783910 or 1716556. OLE color: 1716556.
HSL color Cylindrical-coordinate representation of color #4C311A: hue angle of 27.6º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C311A is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 49 | 26 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.70 |
| HSL | 27.6º | 0.49% | 0.2% | - |
| HSV(B) | 27.6º | 0.66% | 0.3% | - |
| XYZ | 4.27 | 3.81 | 1.49 | - |
| YUV | 54.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 26 | 0 | 0.36 | 0.66 | 0.70 | 27.6 | 0.49 | 0.2 |
| Hex | 4C | 31 | 1A | 0 | 24 | 42 | 46 | 1C | 31 | 14 |
| Octal | 114 | 61 | 32 | 0 | 44 | 102 | 106 | 34 | 61 | 24 |
| Binary | 1001100 | 110001 | 11010 | 0 | 100100 | 1000010 | 1000110 | 11100 | 110001 | 10100 |
Color Harmonies of #4C311A
Complementary color
Monochromatic Colors of #4C311A
Black with #4C311A
Text Example
Text Example
White with #4C311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C311A; }
p { color: rgb(76,49,26); }
H1.HeaderClassName
{
color: #4C311A;
}
.AnyTagClassName
{
color: #4C311A;
}
</style>
background-color css
<style>
a { background-color: #4C311A; }
a { background-color: rgb(76,49,26); }
div.DivClassName
{
background-color: #4C311A;
}
.BgClassName
{
background-color: #4C311A;
}
</style>
border-color css
<style>
span { border-color: #4C311A; }
span { border-color: rgb(76,49,26); }
td.TdClassName
{
border-color: #4C311A;
}
.TagClassName
{
border-color: #4C311A;
}
</style>