Shades of Brown Pod #4B2103
Tints of Brown Pod #4B2103
RGB
CMYK
RGB Variations
Color information
#4B2103 (or 0x4B2103) is known color: Brown Pod. HEX triplet: 4B, 21 and 03. RGB value is (75,33,3). Sum of RGB (Red+Green+Blue) = 75+33+3=111 (14% of max value = 765). Red value is 75 (29.69% from 255 or 67.57% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2103 is #B4DEFC. Grayscale: #2A2A2A. Windows color (decimal): -11853565 or 205131. OLE color: 205131.
HSL color Cylindrical-coordinate representation of color #4B2103: hue angle of 25º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B2103 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 3 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.71 |
| HSL | 25º | 0.92% | 0.15% | - |
| HSV(B) | 25º | 0.96% | 0.29% | - |
| XYZ | 3.46 | 2.59 | 0.4 | - |
| YUV | 42.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 3 | 0 | 0.56 | 0.96 | 0.71 | 25 | 0.92 | 0.15 |
| Hex | 4B | 21 | 3 | 0 | 38 | 60 | 47 | 19 | 5C | F |
| Octal | 113 | 41 | 3 | 0 | 70 | 140 | 107 | 31 | 134 | 17 |
| Binary | 1001011 | 100001 | 11 | 0 | 111000 | 1100000 | 1000111 | 11001 | 1011100 | 1111 |
Color Harmonies of #4B2103
Complementary color
Monochromatic Colors of #4B2103
Black with #4B2103
Text Example
Text Example
White with #4B2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2103; }
p { color: rgb(75,33,3); }
H1.HeaderClassName
{
color: #4B2103;
}
.AnyTagClassName
{
color: #4B2103;
}
</style>
background-color css
<style>
a { background-color: #4B2103; }
a { background-color: rgb(75,33,3); }
div.DivClassName
{
background-color: #4B2103;
}
.BgClassName
{
background-color: #4B2103;
}
</style>
border-color css
<style>
span { border-color: #4B2103; }
span { border-color: rgb(75,33,3); }
td.TdClassName
{
border-color: #4B2103;
}
.TagClassName
{
border-color: #4B2103;
}
</style>