Shades of Brown Bramble #4B321D
Tints of Brown Bramble #4B321D
RGB
CMYK
RGB Variations
Color information
#4B321D (or 0x4B321D) is known color: Brown Bramble. HEX triplet: 4B, 32 and 1D. RGB value is (75,50,29). Sum of RGB (Red+Green+Blue) = 75+50+29=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B321D is #B4CDE2. Grayscale: #373737. Windows color (decimal): -11849187 or 1913419. OLE color: 1913419.
HSL color Cylindrical-coordinate representation of color #4B321D: hue angle of 27.39º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B321D is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 50 | 29 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.71 |
| HSL | 27.39º | 0.44% | 0.2% | - |
| HSV(B) | 27.39º | 0.61% | 0.29% | - |
| XYZ | 4.26 | 3.87 | 1.68 | - |
| YUV | 55.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 29 | 0 | 0.33 | 0.61 | 0.71 | 27.39 | 0.44 | 0.2 |
| Hex | 4B | 32 | 1D | 0 | 21 | 3D | 47 | 1B | 2C | 14 |
| Octal | 113 | 62 | 35 | 0 | 41 | 75 | 107 | 33 | 54 | 24 |
| Binary | 1001011 | 110010 | 11101 | 0 | 100001 | 111101 | 1000111 | 11011 | 101100 | 10100 |
Color Harmonies of #4B321D
Complementary color
Monochromatic Colors of #4B321D
Black with #4B321D
Text Example
Text Example
White with #4B321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B321D; }
p { color: rgb(75,50,29); }
H1.HeaderClassName
{
color: #4B321D;
}
.AnyTagClassName
{
color: #4B321D;
}
</style>
background-color css
<style>
a { background-color: #4B321D; }
a { background-color: rgb(75,50,29); }
div.DivClassName
{
background-color: #4B321D;
}
.BgClassName
{
background-color: #4B321D;
}
</style>
border-color css
<style>
span { border-color: #4B321D; }
span { border-color: rgb(75,50,29); }
td.TdClassName
{
border-color: #4B321D;
}
.TagClassName
{
border-color: #4B321D;
}
</style>