Shades of Brown Pod #44251A
Tints of Brown Pod #44251A
RGB
CMYK
RGB Variations
Color information
#44251A (or 0x44251A) is known color: Brown Pod. HEX triplet: 44, 25 and 1A. RGB value is (68,37,26). Sum of RGB (Red+Green+Blue) = 68+37+26=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44251A is #BBDAE5. Grayscale: #2D2D2D. Windows color (decimal): -12311270 or 1713476. OLE color: 1713476.
HSL color Cylindrical-coordinate representation of color #44251A: hue angle of 15.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44251A is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 37 | 26 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.73 |
| HSL | 15.71º | 0.45% | 0.18% | - |
| HSV(B) | 15.71º | 0.62% | 0.27% | - |
| XYZ | 3.23 | 2.63 | 1.31 | - |
| YUV | 45.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 26 | 0 | 0.46 | 0.62 | 0.73 | 15.71 | 0.45 | 0.18 |
| Hex | 44 | 25 | 1A | 0 | 2E | 3E | 49 | 10 | 2D | 12 |
| Octal | 104 | 45 | 32 | 0 | 56 | 76 | 111 | 20 | 55 | 22 |
| Binary | 1000100 | 100101 | 11010 | 0 | 101110 | 111110 | 1001001 | 10000 | 101101 | 10010 |
Color Harmonies of #44251A
Complementary color
Monochromatic Colors of #44251A
Black with #44251A
Text Example
Text Example
White with #44251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44251A; }
p { color: rgb(68,37,26); }
H1.HeaderClassName
{
color: #44251A;
}
.AnyTagClassName
{
color: #44251A;
}
</style>
background-color css
<style>
a { background-color: #44251A; }
a { background-color: rgb(68,37,26); }
div.DivClassName
{
background-color: #44251A;
}
.BgClassName
{
background-color: #44251A;
}
</style>
border-color css
<style>
span { border-color: #44251A; }
span { border-color: rgb(68,37,26); }
td.TdClassName
{
border-color: #44251A;
}
.TagClassName
{
border-color: #44251A;
}
</style>