Shades of Brown Pod #44251E
Tints of Brown Pod #44251E
RGB
CMYK
RGB Variations
Color information
#44251E (or 0x44251E) is known color: Brown Pod. HEX triplet: 44, 25 and 1E. RGB value is (68,37,30). Sum of RGB (Red+Green+Blue) = 68+37+30=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44251E is #BBDAE1. Grayscale: #2D2D2D. Windows color (decimal): -12311266 or 1975620. OLE color: 1975620.
HSL color Cylindrical-coordinate representation of color #44251E: hue angle of 11.05º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44251E is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 37 | 30 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.73 |
| HSL | 11.05º | 0.39% | 0.19% | - |
| HSV(B) | 11.05º | 0.56% | 0.27% | - |
| XYZ | 3.28 | 2.65 | 1.57 | - |
| YUV | 45.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 30 | 0 | 0.46 | 0.56 | 0.73 | 11.05 | 0.39 | 0.19 |
| Hex | 44 | 25 | 1E | 0 | 2E | 38 | 49 | B | 27 | 13 |
| Octal | 104 | 45 | 36 | 0 | 56 | 70 | 111 | 13 | 47 | 23 |
| Binary | 1000100 | 100101 | 11110 | 0 | 101110 | 111000 | 1001001 | 1011 | 100111 | 10011 |
Color Harmonies of #44251E
Complementary color
Monochromatic Colors of #44251E
Black with #44251E
Text Example
Text Example
White with #44251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44251E; }
p { color: rgb(68,37,30); }
H1.HeaderClassName
{
color: #44251E;
}
.AnyTagClassName
{
color: #44251E;
}
</style>
background-color css
<style>
a { background-color: #44251E; }
a { background-color: rgb(68,37,30); }
div.DivClassName
{
background-color: #44251E;
}
.BgClassName
{
background-color: #44251E;
}
</style>
border-color css
<style>
span { border-color: #44251E; }
span { border-color: rgb(68,37,30); }
td.TdClassName
{
border-color: #44251E;
}
.TagClassName
{
border-color: #44251E;
}
</style>