Shades of Brown Pod #4B230B
Tints of Brown Pod #4B230B
RGB
CMYK
RGB Variations
Color information
#4B230B (or 0x4B230B) is known color: Brown Pod. HEX triplet: 4B, 23 and 0B. RGB value is (75,35,11). Sum of RGB (Red+Green+Blue) = 75+35+11=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B230B is #B4DCF4. Grayscale: #2C2C2C. Windows color (decimal): -11853045 or 729931. OLE color: 729931.
HSL color Cylindrical-coordinate representation of color #4B230B: hue angle of 22.5º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B230B is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 35 | 11 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.71 |
| HSL | 22.5º | 0.74% | 0.17% | - |
| HSV(B) | 22.5º | 0.85% | 0.29% | - |
| XYZ | 3.56 | 2.72 | 0.65 | - |
| YUV | 44.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 11 | 0 | 0.53 | 0.85 | 0.71 | 22.5 | 0.74 | 0.17 |
| Hex | 4B | 23 | B | 0 | 35 | 55 | 47 | 16 | 4A | 11 |
| Octal | 113 | 43 | 13 | 0 | 65 | 125 | 107 | 26 | 112 | 21 |
| Binary | 1001011 | 100011 | 1011 | 0 | 110101 | 1010101 | 1000111 | 10110 | 1001010 | 10001 |
Color Harmonies of #4B230B
Complementary color
Monochromatic Colors of #4B230B
Black with #4B230B
Text Example
Text Example
White with #4B230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B230B; }
p { color: rgb(75,35,11); }
H1.HeaderClassName
{
color: #4B230B;
}
.AnyTagClassName
{
color: #4B230B;
}
</style>
background-color css
<style>
a { background-color: #4B230B; }
a { background-color: rgb(75,35,11); }
div.DivClassName
{
background-color: #4B230B;
}
.BgClassName
{
background-color: #4B230B;
}
</style>
border-color css
<style>
span { border-color: #4B230B; }
span { border-color: rgb(75,35,11); }
td.TdClassName
{
border-color: #4B230B;
}
.TagClassName
{
border-color: #4B230B;
}
</style>