Shades of Brown Pod #452316
Tints of Brown Pod #452316
RGB
CMYK
RGB Variations
Color information
#452316 (or 0x452316) is known color: Brown Pod. HEX triplet: 45, 23 and 16. RGB value is (69,35,22). Sum of RGB (Red+Green+Blue) = 69+35+22=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #452316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452316 is #BADCE9. Grayscale: #2B2B2B. Windows color (decimal): -12246250 or 1450821. OLE color: 1450821.
HSL color Cylindrical-coordinate representation of color #452316: hue angle of 16.6º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #452316 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 35 | 22 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.73 |
| HSL | 16.6º | 0.52% | 0.18% | - |
| HSV(B) | 16.6º | 0.68% | 0.27% | - |
| XYZ | 3.2 | 2.53 | 1.08 | - |
| YUV | 43.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 22 | 0 | 0.49 | 0.68 | 0.73 | 16.6 | 0.52 | 0.18 |
| Hex | 45 | 23 | 16 | 0 | 31 | 44 | 49 | 11 | 34 | 12 |
| Octal | 105 | 43 | 26 | 0 | 61 | 104 | 111 | 21 | 64 | 22 |
| Binary | 1000101 | 100011 | 10110 | 0 | 110001 | 1000100 | 1001001 | 10001 | 110100 | 10010 |
Color Harmonies of #452316
Complementary color
Monochromatic Colors of #452316
Black with #452316
Text Example
Text Example
White with #452316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452316; }
p { color: rgb(69,35,22); }
H1.HeaderClassName
{
color: #452316;
}
.AnyTagClassName
{
color: #452316;
}
</style>
background-color css
<style>
a { background-color: #452316; }
a { background-color: rgb(69,35,22); }
div.DivClassName
{
background-color: #452316;
}
.BgClassName
{
background-color: #452316;
}
</style>
border-color css
<style>
span { border-color: #452316; }
span { border-color: rgb(69,35,22); }
td.TdClassName
{
border-color: #452316;
}
.TagClassName
{
border-color: #452316;
}
</style>