Shades of Brown Pod #452512
Tints of Brown Pod #452512
RGB
CMYK
RGB Variations
Color information
#452512 (or 0x452512) is known color: Brown Pod. HEX triplet: 45, 25 and 12. RGB value is (69,37,18). Sum of RGB (Red+Green+Blue) = 69+37+18=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #452512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452512 is #BADAED. Grayscale: #2C2C2C. Windows color (decimal): -12245742 or 1189189. OLE color: 1189189.
HSL color Cylindrical-coordinate representation of color #452512: hue angle of 22.35º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452512 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 18 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.73 |
| HSL | 22.35º | 0.59% | 0.17% | - |
| HSV(B) | 22.35º | 0.74% | 0.27% | - |
| XYZ | 3.22 | 2.63 | 0.91 | - |
| YUV | 44.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 18 | 0 | 0.46 | 0.74 | 0.73 | 22.35 | 0.59 | 0.17 |
| Hex | 45 | 25 | 12 | 0 | 2E | 4A | 49 | 16 | 3B | 11 |
| Octal | 105 | 45 | 22 | 0 | 56 | 112 | 111 | 26 | 73 | 21 |
| Binary | 1000101 | 100101 | 10010 | 0 | 101110 | 1001010 | 1001001 | 10110 | 111011 | 10001 |
Color Harmonies of #452512
Complementary color
Monochromatic Colors of #452512
Black with #452512
Text Example
Text Example
White with #452512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452512; }
p { color: rgb(69,37,18); }
H1.HeaderClassName
{
color: #452512;
}
.AnyTagClassName
{
color: #452512;
}
</style>
background-color css
<style>
a { background-color: #452512; }
a { background-color: rgb(69,37,18); }
div.DivClassName
{
background-color: #452512;
}
.BgClassName
{
background-color: #452512;
}
</style>
border-color css
<style>
span { border-color: #452512; }
span { border-color: rgb(69,37,18); }
td.TdClassName
{
border-color: #452512;
}
.TagClassName
{
border-color: #452512;
}
</style>