Shades of Brown Pod #4B2218
Tints of Brown Pod #4B2218
RGB
CMYK
RGB Variations
Color information
#4B2218 (or 0x4B2218) is known color: Brown Pod. HEX triplet: 4B, 22 and 18. RGB value is (75,34,24). Sum of RGB (Red+Green+Blue) = 75+34+24=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2218 is #B4DDE7. Grayscale: #2D2D2D. Windows color (decimal): -11853288 or 1581643. OLE color: 1581643.
HSL color Cylindrical-coordinate representation of color #4B2218: hue angle of 11.76º 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 #4B2218 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 34 | 24 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.71 |
| HSL | 11.76º | 0.52% | 0.19% | - |
| HSV(B) | 11.76º | 0.68% | 0.29% | - |
| XYZ | 3.64 | 2.71 | 1.19 | - |
| YUV | 45.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 24 | 0 | 0.55 | 0.68 | 0.71 | 11.76 | 0.52 | 0.19 |
| Hex | 4B | 22 | 18 | 0 | 37 | 44 | 47 | C | 34 | 13 |
| Octal | 113 | 42 | 30 | 0 | 67 | 104 | 107 | 14 | 64 | 23 |
| Binary | 1001011 | 100010 | 11000 | 0 | 110111 | 1000100 | 1000111 | 1100 | 110100 | 10011 |
Color Harmonies of #4B2218
Complementary color
Monochromatic Colors of #4B2218
Black with #4B2218
Text Example
Text Example
White with #4B2218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2218; }
p { color: rgb(75,34,24); }
H1.HeaderClassName
{
color: #4B2218;
}
.AnyTagClassName
{
color: #4B2218;
}
</style>
background-color css
<style>
a { background-color: #4B2218; }
a { background-color: rgb(75,34,24); }
div.DivClassName
{
background-color: #4B2218;
}
.BgClassName
{
background-color: #4B2218;
}
</style>
border-color css
<style>
span { border-color: #4B2218; }
span { border-color: rgb(75,34,24); }
td.TdClassName
{
border-color: #4B2218;
}
.TagClassName
{
border-color: #4B2218;
}
</style>