Shades of Brown Bramble #4B321B
Tints of Brown Bramble #4B321B
RGB
CMYK
RGB Variations
Color information
#4B321B (or 0x4B321B) is known color: Brown Bramble. HEX triplet: 4B, 32 and 1B. RGB value is (75,50,27). Sum of RGB (Red+Green+Blue) = 75+50+27=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B321B is #B4CDE4. Grayscale: #363636. Windows color (decimal): -11849189 or 1782347. OLE color: 1782347.
HSL color Cylindrical-coordinate representation of color #4B321B: hue angle of 28.75º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B321B is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 50 | 27 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.71 |
| HSL | 28.75º | 0.47% | 0.2% | - |
| HSV(B) | 28.75º | 0.64% | 0.29% | - |
| XYZ | 4.24 | 3.86 | 1.56 | - |
| YUV | 54.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 27 | 0 | 0.33 | 0.64 | 0.71 | 28.75 | 0.47 | 0.2 |
| Hex | 4B | 32 | 1B | 0 | 21 | 40 | 47 | 1D | 2F | 14 |
| Octal | 113 | 62 | 33 | 0 | 41 | 100 | 107 | 35 | 57 | 24 |
| Binary | 1001011 | 110010 | 11011 | 0 | 100001 | 1000000 | 1000111 | 11101 | 101111 | 10100 |
Color Harmonies of #4B321B
Complementary color
Monochromatic Colors of #4B321B
Black with #4B321B
Text Example
Text Example
White with #4B321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B321B; }
p { color: rgb(75,50,27); }
H1.HeaderClassName
{
color: #4B321B;
}
.AnyTagClassName
{
color: #4B321B;
}
</style>
background-color css
<style>
a { background-color: #4B321B; }
a { background-color: rgb(75,50,27); }
div.DivClassName
{
background-color: #4B321B;
}
.BgClassName
{
background-color: #4B321B;
}
</style>
border-color css
<style>
span { border-color: #4B321B; }
span { border-color: rgb(75,50,27); }
td.TdClassName
{
border-color: #4B321B;
}
.TagClassName
{
border-color: #4B321B;
}
</style>