Shades of Brown Pod #4A251B
Tints of Brown Pod #4A251B
RGB
CMYK
RGB Variations
Color information
#4A251B (or 0x4A251B) is known color: Brown Pod. HEX triplet: 4A, 25 and 1B. RGB value is (74,37,27). Sum of RGB (Red+Green+Blue) = 74+37+27=138 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.62% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 74 - color contains mainly: red. Hex color #4A251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A251B is #B5DAE4. Grayscale: #2F2F2F. Windows color (decimal): -11918053 or 1779018. OLE color: 1779018.
HSL color Cylindrical-coordinate representation of color #4A251B: hue angle of 12.77º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A251B is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 37 | 27 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.71 |
| HSL | 12.77º | 0.47% | 0.2% | - |
| HSV(B) | 12.77º | 0.64% | 0.29% | - |
| XYZ | 3.68 | 2.86 | 1.39 | - |
| YUV | 46.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 27 | 0 | 0.50 | 0.64 | 0.71 | 12.77 | 0.47 | 0.2 |
| Hex | 4A | 25 | 1B | 0 | 32 | 40 | 47 | D | 2F | 14 |
| Octal | 112 | 45 | 33 | 0 | 62 | 100 | 107 | 15 | 57 | 24 |
| Binary | 1001010 | 100101 | 11011 | 0 | 110010 | 1000000 | 1000111 | 1101 | 101111 | 10100 |
Color Harmonies of #4A251B
Complementary color
Monochromatic Colors of #4A251B
Black with #4A251B
Text Example
Text Example
White with #4A251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A251B; }
p { color: rgb(74,37,27); }
H1.HeaderClassName
{
color: #4A251B;
}
.AnyTagClassName
{
color: #4A251B;
}
</style>
background-color css
<style>
a { background-color: #4A251B; }
a { background-color: rgb(74,37,27); }
div.DivClassName
{
background-color: #4A251B;
}
.BgClassName
{
background-color: #4A251B;
}
</style>
border-color css
<style>
span { border-color: #4A251B; }
span { border-color: rgb(74,37,27); }
td.TdClassName
{
border-color: #4A251B;
}
.TagClassName
{
border-color: #4A251B;
}
</style>