Shades of Brown Pod #4B200A
Tints of Brown Pod #4B200A
RGB
CMYK
RGB Variations
Color information
#4B200A (or 0x4B200A) is known color: Brown Pod. HEX triplet: 4B, 20 and 0A. RGB value is (75,32,10). Sum of RGB (Red+Green+Blue) = 75+32+10=117 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.10% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 75 - color contains mainly: red. Hex color #4B200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B200A is #B4DFF5. Grayscale: #2A2A2A. Windows color (decimal): -11853814 or 663627. OLE color: 663627.
HSL color Cylindrical-coordinate representation of color #4B200A: hue angle of 20.31º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B200A is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 10 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.71 |
| HSL | 20.31º | 0.76% | 0.17% | - |
| HSV(B) | 20.31º | 0.87% | 0.29% | - |
| XYZ | 3.47 | 2.55 | 0.6 | - |
| YUV | 42.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 10 | 0 | 0.57 | 0.87 | 0.71 | 20.31 | 0.76 | 0.17 |
| Hex | 4B | 20 | A | 0 | 39 | 57 | 47 | 14 | 4C | 11 |
| Octal | 113 | 40 | 12 | 0 | 71 | 127 | 107 | 24 | 114 | 21 |
| Binary | 1001011 | 100000 | 1010 | 0 | 111001 | 1010111 | 1000111 | 10100 | 1001100 | 10001 |
Color Harmonies of #4B200A
Complementary color
Monochromatic Colors of #4B200A
Black with #4B200A
Text Example
Text Example
White with #4B200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B200A; }
p { color: rgb(75,32,10); }
H1.HeaderClassName
{
color: #4B200A;
}
.AnyTagClassName
{
color: #4B200A;
}
</style>
background-color css
<style>
a { background-color: #4B200A; }
a { background-color: rgb(75,32,10); }
div.DivClassName
{
background-color: #4B200A;
}
.BgClassName
{
background-color: #4B200A;
}
</style>
border-color css
<style>
span { border-color: #4B200A; }
span { border-color: rgb(75,32,10); }
td.TdClassName
{
border-color: #4B200A;
}
.TagClassName
{
border-color: #4B200A;
}
</style>