Shades of Brown Pod #44251B
Tints of Brown Pod #44251B
RGB
CMYK
RGB Variations
Color information
#44251B (or 0x44251B) is known color: Brown Pod. HEX triplet: 44, 25 and 1B. RGB value is (68,37,27). Sum of RGB (Red+Green+Blue) = 68+37+27=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44251B is #BBDAE4. Grayscale: #2D2D2D. Windows color (decimal): -12311269 or 1779012. OLE color: 1779012.
HSL color Cylindrical-coordinate representation of color #44251B: hue angle of 14.63º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44251B is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 37 | 27 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.73 |
| HSL | 14.63º | 0.43% | 0.19% | - |
| HSV(B) | 14.63º | 0.6% | 0.27% | - |
| XYZ | 3.24 | 2.63 | 1.37 | - |
| YUV | 45.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 27 | 0 | 0.46 | 0.60 | 0.73 | 14.63 | 0.43 | 0.19 |
| Hex | 44 | 25 | 1B | 0 | 2E | 3C | 49 | F | 2B | 13 |
| Octal | 104 | 45 | 33 | 0 | 56 | 74 | 111 | 17 | 53 | 23 |
| Binary | 1000100 | 100101 | 11011 | 0 | 101110 | 111100 | 1001001 | 1111 | 101011 | 10011 |
Color Harmonies of #44251B
Complementary color
Monochromatic Colors of #44251B
Black with #44251B
Text Example
Text Example
White with #44251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44251B; }
p { color: rgb(68,37,27); }
H1.HeaderClassName
{
color: #44251B;
}
.AnyTagClassName
{
color: #44251B;
}
</style>
background-color css
<style>
a { background-color: #44251B; }
a { background-color: rgb(68,37,27); }
div.DivClassName
{
background-color: #44251B;
}
.BgClassName
{
background-color: #44251B;
}
</style>
border-color css
<style>
span { border-color: #44251B; }
span { border-color: rgb(68,37,27); }
td.TdClassName
{
border-color: #44251B;
}
.TagClassName
{
border-color: #44251B;
}
</style>