Shades of Brown Pod #45251C
Tints of Brown Pod #45251C
RGB
CMYK
RGB Variations
Color information
#45251C (or 0x45251C) is known color: Brown Pod. HEX triplet: 45, 25 and 1C. RGB value is (69,37,28). Sum of RGB (Red+Green+Blue) = 69+37+28=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #45251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45251C is #BADAE3. Grayscale: #2D2D2D. Windows color (decimal): -12245732 or 1844549. OLE color: 1844549.
HSL color Cylindrical-coordinate representation of color #45251C: hue angle of 13.17º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45251C is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 28 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.73 |
| HSL | 13.17º | 0.42% | 0.19% | - |
| HSV(B) | 13.17º | 0.59% | 0.27% | - |
| XYZ | 3.33 | 2.67 | 1.44 | - |
| YUV | 45.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 28 | 0 | 0.46 | 0.59 | 0.73 | 13.17 | 0.42 | 0.19 |
| Hex | 45 | 25 | 1C | 0 | 2E | 3B | 49 | D | 2A | 13 |
| Octal | 105 | 45 | 34 | 0 | 56 | 73 | 111 | 15 | 52 | 23 |
| Binary | 1000101 | 100101 | 11100 | 0 | 101110 | 111011 | 1001001 | 1101 | 101010 | 10011 |
Color Harmonies of #45251C
Complementary color
Monochromatic Colors of #45251C
Black with #45251C
Text Example
Text Example
White with #45251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45251C; }
p { color: rgb(69,37,28); }
H1.HeaderClassName
{
color: #45251C;
}
.AnyTagClassName
{
color: #45251C;
}
</style>
background-color css
<style>
a { background-color: #45251C; }
a { background-color: rgb(69,37,28); }
div.DivClassName
{
background-color: #45251C;
}
.BgClassName
{
background-color: #45251C;
}
</style>
border-color css
<style>
span { border-color: #45251C; }
span { border-color: rgb(69,37,28); }
td.TdClassName
{
border-color: #45251C;
}
.TagClassName
{
border-color: #45251C;
}
</style>