Shades of Brown Pod #4B1402
Tints of Brown Pod #4B1402
RGB
CMYK
RGB Variations
Color information
#4B1402 (or 0x4B1402) is known color: Brown Pod. HEX triplet: 4B, 14 and 02. RGB value is (75,20,2). Sum of RGB (Red+Green+Blue) = 75+20+2=97 (12% of max value = 765). Red value is 75 (29.69% from 255 or 77.32% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1402 is #B4EBFD. Grayscale: #222222. Windows color (decimal): -11856894 or 136267. OLE color: 136267.
HSL color Cylindrical-coordinate representation of color #4B1402: hue angle of 14.79º 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 #4B1402 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 20 | 2 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.71 |
| HSL | 14.79º | 0.95% | 0.15% | - |
| HSV(B) | 14.79º | 0.97% | 0.29% | - |
| XYZ | 3.16 | 2 | 0.28 | - |
| YUV | 34.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 2 | 0 | 0.73 | 0.97 | 0.71 | 14.79 | 0.95 | 0.15 |
| Hex | 4B | 14 | 2 | 0 | 49 | 61 | 47 | F | 5F | F |
| Octal | 113 | 24 | 2 | 0 | 111 | 141 | 107 | 17 | 137 | 17 |
| Binary | 1001011 | 10100 | 10 | 0 | 1001001 | 1100001 | 1000111 | 1111 | 1011111 | 1111 |
Color Harmonies of #4B1402
Complementary color
Monochromatic Colors of #4B1402
Black with #4B1402
Text Example
Text Example
White with #4B1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1402; }
p { color: rgb(75,20,2); }
H1.HeaderClassName
{
color: #4B1402;
}
.AnyTagClassName
{
color: #4B1402;
}
</style>
background-color css
<style>
a { background-color: #4B1402; }
a { background-color: rgb(75,20,2); }
div.DivClassName
{
background-color: #4B1402;
}
.BgClassName
{
background-color: #4B1402;
}
</style>
border-color css
<style>
span { border-color: #4B1402; }
span { border-color: rgb(75,20,2); }
td.TdClassName
{
border-color: #4B1402;
}
.TagClassName
{
border-color: #4B1402;
}
</style>