Shades of Brown Pod #4B251A
Tints of Brown Pod #4B251A
RGB
CMYK
RGB Variations
Color information
#4B251A (or 0x4B251A) is known color: Brown Pod. HEX triplet: 4B, 25 and 1A. RGB value is (75,37,26). Sum of RGB (Red+Green+Blue) = 75+37+26=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B251A is #B4DAE5. Grayscale: #2F2F2F. Windows color (decimal): -11852518 or 1713483. OLE color: 1713483.
HSL color Cylindrical-coordinate representation of color #4B251A: hue angle of 13.47º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B251A is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 26 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.71 |
| HSL | 13.47º | 0.49% | 0.2% | - |
| HSV(B) | 13.47º | 0.65% | 0.29% | - |
| XYZ | 3.75 | 2.89 | 1.34 | - |
| YUV | 47.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 26 | 0 | 0.51 | 0.65 | 0.71 | 13.47 | 0.49 | 0.2 |
| Hex | 4B | 25 | 1A | 0 | 33 | 41 | 47 | D | 31 | 14 |
| Octal | 113 | 45 | 32 | 0 | 63 | 101 | 107 | 15 | 61 | 24 |
| Binary | 1001011 | 100101 | 11010 | 0 | 110011 | 1000001 | 1000111 | 1101 | 110001 | 10100 |
Color Harmonies of #4B251A
Complementary color
Monochromatic Colors of #4B251A
Black with #4B251A
Text Example
Text Example
White with #4B251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B251A; }
p { color: rgb(75,37,26); }
H1.HeaderClassName
{
color: #4B251A;
}
.AnyTagClassName
{
color: #4B251A;
}
</style>
background-color css
<style>
a { background-color: #4B251A; }
a { background-color: rgb(75,37,26); }
div.DivClassName
{
background-color: #4B251A;
}
.BgClassName
{
background-color: #4B251A;
}
</style>
border-color css
<style>
span { border-color: #4B251A; }
span { border-color: rgb(75,37,26); }
td.TdClassName
{
border-color: #4B251A;
}
.TagClassName
{
border-color: #4B251A;
}
</style>