Shades of Brown Pod #4B2108
Tints of Brown Pod #4B2108
RGB
CMYK
RGB Variations
Color information
#4B2108 (or 0x4B2108) is known color: Brown Pod. HEX triplet: 4B, 21 and 08. RGB value is (75,33,8). Sum of RGB (Red+Green+Blue) = 75+33+8=116 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.66% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2108 is #B4DEF7. Grayscale: #2A2A2A. Windows color (decimal): -11853560 or 532811. OLE color: 532811.
HSL color Cylindrical-coordinate representation of color #4B2108: hue angle of 22.39º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B2108 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 8 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.71 |
| HSL | 22.39º | 0.81% | 0.16% | - |
| HSV(B) | 22.39º | 0.89% | 0.29% | - |
| XYZ | 3.49 | 2.6 | 0.55 | - |
| YUV | 42.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 8 | 0 | 0.56 | 0.89 | 0.71 | 22.39 | 0.81 | 0.16 |
| Hex | 4B | 21 | 8 | 0 | 38 | 59 | 47 | 16 | 51 | 10 |
| Octal | 113 | 41 | 10 | 0 | 70 | 131 | 107 | 26 | 121 | 20 |
| Binary | 1001011 | 100001 | 1000 | 0 | 111000 | 1011001 | 1000111 | 10110 | 1010001 | 10000 |
Color Harmonies of #4B2108
Complementary color
Monochromatic Colors of #4B2108
Black with #4B2108
Text Example
Text Example
White with #4B2108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2108; }
p { color: rgb(75,33,8); }
H1.HeaderClassName
{
color: #4B2108;
}
.AnyTagClassName
{
color: #4B2108;
}
</style>
background-color css
<style>
a { background-color: #4B2108; }
a { background-color: rgb(75,33,8); }
div.DivClassName
{
background-color: #4B2108;
}
.BgClassName
{
background-color: #4B2108;
}
</style>
border-color css
<style>
span { border-color: #4B2108; }
span { border-color: rgb(75,33,8); }
td.TdClassName
{
border-color: #4B2108;
}
.TagClassName
{
border-color: #4B2108;
}
</style>