Shades of Brown Pod #452200
Tints of Brown Pod #452200
RGB
CMYK
RGB Variations
Color information
#452200 (or 0x452200) is known color: Brown Pod. HEX triplet: 45, 22 and 00. RGB value is (69,34,0). Sum of RGB (Red+Green+Blue) = 69+34+0=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #452200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452200 is #BADDFF. Grayscale: #282828. Windows color (decimal): -12246528 or 8773. OLE color: 8773.
HSL color Cylindrical-coordinate representation of color #452200: hue angle of 29.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #452200 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 34 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.73 |
| HSL | 29.57º | 1% | 0.14% | - |
| HSV(B) | 29.57º | 1% | 0.27% | - |
| XYZ | 3.03 | 2.41 | 0.31 | - |
| YUV | 40.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 0 | 0 | 0.51 | 1 | 0.73 | 29.57 | 1 | 0.14 |
| Hex | 45 | 22 | 0 | 0 | 33 | 64 | 49 | 1E | 64 | E |
| Octal | 105 | 42 | 0 | 0 | 63 | 144 | 111 | 36 | 144 | 16 |
| Binary | 1000101 | 100010 | 0 | 0 | 110011 | 1100100 | 1001001 | 11110 | 1100100 | 1110 |
Color Harmonies of #452200
Complementary color
Monochromatic Colors of #452200
Black with #452200
Text Example
Text Example
White with #452200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452200; }
p { color: rgb(69,34,0); }
H1.HeaderClassName
{
color: #452200;
}
.AnyTagClassName
{
color: #452200;
}
</style>
background-color css
<style>
a { background-color: #452200; }
a { background-color: rgb(69,34,0); }
div.DivClassName
{
background-color: #452200;
}
.BgClassName
{
background-color: #452200;
}
</style>
border-color css
<style>
span { border-color: #452200; }
span { border-color: rgb(69,34,0); }
td.TdClassName
{
border-color: #452200;
}
.TagClassName
{
border-color: #452200;
}
</style>