Shades of Brown Pod #452412
Tints of Brown Pod #452412
RGB
CMYK
RGB Variations
Color information
#452412 (or 0x452412) is known color: Brown Pod. HEX triplet: 45, 24 and 12. RGB value is (69,36,18). Sum of RGB (Red+Green+Blue) = 69+36+18=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #452412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452412 is #BADBED. Grayscale: #2B2B2B. Windows color (decimal): -12245998 or 1188933. OLE color: 1188933.
HSL color Cylindrical-coordinate representation of color #452412: hue angle of 21.18º 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 #452412 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 36 | 18 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.73 |
| HSL | 21.18º | 0.59% | 0.17% | - |
| HSV(B) | 21.18º | 0.74% | 0.27% | - |
| XYZ | 3.19 | 2.57 | 0.9 | - |
| YUV | 43.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 18 | 0 | 0.48 | 0.74 | 0.73 | 21.18 | 0.59 | 0.17 |
| Hex | 45 | 24 | 12 | 0 | 30 | 4A | 49 | 15 | 3B | 11 |
| Octal | 105 | 44 | 22 | 0 | 60 | 112 | 111 | 25 | 73 | 21 |
| Binary | 1000101 | 100100 | 10010 | 0 | 110000 | 1001010 | 1001001 | 10101 | 111011 | 10001 |
Color Harmonies of #452412
Complementary color
Monochromatic Colors of #452412
Black with #452412
Text Example
Text Example
White with #452412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452412; }
p { color: rgb(69,36,18); }
H1.HeaderClassName
{
color: #452412;
}
.AnyTagClassName
{
color: #452412;
}
</style>
background-color css
<style>
a { background-color: #452412; }
a { background-color: rgb(69,36,18); }
div.DivClassName
{
background-color: #452412;
}
.BgClassName
{
background-color: #452412;
}
</style>
border-color css
<style>
span { border-color: #452412; }
span { border-color: rgb(69,36,18); }
td.TdClassName
{
border-color: #452412;
}
.TagClassName
{
border-color: #452412;
}
</style>