Shades of Brown Pod #4B1502
Tints of Brown Pod #4B1502
RGB
CMYK
RGB Variations
Color information
#4B1502 (or 0x4B1502) is known color: Brown Pod. HEX triplet: 4B, 15 and 02. RGB value is (75,21,2). Sum of RGB (Red+Green+Blue) = 75+21+2=98 (12% of max value = 765). Red value is 75 (29.69% from 255 or 76.53% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1502 is #B4EAFD. Grayscale: #232323. Windows color (decimal): -11856638 or 136523. OLE color: 136523.
HSL color Cylindrical-coordinate representation of color #4B1502: hue angle of 15.62º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B1502 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 21 | 2 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.71 |
| HSL | 15.62º | 0.95% | 0.15% | - |
| HSV(B) | 15.62º | 0.97% | 0.29% | - |
| XYZ | 3.18 | 2.04 | 0.28 | - |
| YUV | 34.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 2 | 0 | 0.72 | 0.97 | 0.71 | 15.62 | 0.95 | 0.15 |
| Hex | 4B | 15 | 2 | 0 | 48 | 61 | 47 | 10 | 5F | F |
| Octal | 113 | 25 | 2 | 0 | 110 | 141 | 107 | 20 | 137 | 17 |
| Binary | 1001011 | 10101 | 10 | 0 | 1001000 | 1100001 | 1000111 | 10000 | 1011111 | 1111 |
Color Harmonies of #4B1502
Complementary color
Monochromatic Colors of #4B1502
Black with #4B1502
Text Example
Text Example
White with #4B1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1502; }
p { color: rgb(75,21,2); }
H1.HeaderClassName
{
color: #4B1502;
}
.AnyTagClassName
{
color: #4B1502;
}
</style>
background-color css
<style>
a { background-color: #4B1502; }
a { background-color: rgb(75,21,2); }
div.DivClassName
{
background-color: #4B1502;
}
.BgClassName
{
background-color: #4B1502;
}
</style>
border-color css
<style>
span { border-color: #4B1502; }
span { border-color: rgb(75,21,2); }
td.TdClassName
{
border-color: #4B1502;
}
.TagClassName
{
border-color: #4B1502;
}
</style>