Shades of Brown Pod #4B2418
Tints of Brown Pod #4B2418
RGB
CMYK
RGB Variations
Color information
#4B2418 (or 0x4B2418) is known color: Brown Pod. HEX triplet: 4B, 24 and 18. RGB value is (75,36,24). Sum of RGB (Red+Green+Blue) = 75+36+24=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2418 is #B4DBE7. Grayscale: #2E2E2E. Windows color (decimal): -11852776 or 1582155. OLE color: 1582155.
HSL color Cylindrical-coordinate representation of color #4B2418: hue angle of 14.12º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B2418 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 24 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.71 |
| HSL | 14.12º | 0.52% | 0.19% | - |
| HSV(B) | 14.12º | 0.68% | 0.29% | - |
| XYZ | 3.7 | 2.82 | 1.21 | - |
| YUV | 46.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 24 | 0 | 0.52 | 0.68 | 0.71 | 14.12 | 0.52 | 0.19 |
| Hex | 4B | 24 | 18 | 0 | 34 | 44 | 47 | E | 34 | 13 |
| Octal | 113 | 44 | 30 | 0 | 64 | 104 | 107 | 16 | 64 | 23 |
| Binary | 1001011 | 100100 | 11000 | 0 | 110100 | 1000100 | 1000111 | 1110 | 110100 | 10011 |
Color Harmonies of #4B2418
Complementary color
Monochromatic Colors of #4B2418
Black with #4B2418
Text Example
Text Example
White with #4B2418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2418; }
p { color: rgb(75,36,24); }
H1.HeaderClassName
{
color: #4B2418;
}
.AnyTagClassName
{
color: #4B2418;
}
</style>
background-color css
<style>
a { background-color: #4B2418; }
a { background-color: rgb(75,36,24); }
div.DivClassName
{
background-color: #4B2418;
}
.BgClassName
{
background-color: #4B2418;
}
</style>
border-color css
<style>
span { border-color: #4B2418; }
span { border-color: rgb(75,36,24); }
td.TdClassName
{
border-color: #4B2418;
}
.TagClassName
{
border-color: #4B2418;
}
</style>