Shades of Brown Pod #452000
Tints of Brown Pod #452000
RGB
CMYK
RGB Variations
Color information
#452000 (or 0x452000) is known color: Brown Pod. HEX triplet: 45, 20 and 00. RGB value is (69,32,0). Sum of RGB (Red+Green+Blue) = 69+32+0=101 (13% of max value = 765). Red value is 69 (27.34% from 255 or 68.32% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 69 - color contains mainly: red. Hex color #452000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452000 is #BADFFF. Grayscale: #272727. Windows color (decimal): -12247040 or 8261. OLE color: 8261.
HSL color Cylindrical-coordinate representation of color #452000: hue angle of 27.83º 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 #452000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 32 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.73 |
| HSL | 27.83º | 1% | 0.14% | - |
| HSV(B) | 27.83º | 1% | 0.27% | - |
| XYZ | 2.97 | 2.3 | 0.29 | - |
| YUV | 39.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 0 | 0 | 0.54 | 1 | 0.73 | 27.83 | 1 | 0.14 |
| Hex | 45 | 20 | 0 | 0 | 36 | 64 | 49 | 1C | 64 | E |
| Octal | 105 | 40 | 0 | 0 | 66 | 144 | 111 | 34 | 144 | 16 |
| Binary | 1000101 | 100000 | 0 | 0 | 110110 | 1100100 | 1001001 | 11100 | 1100100 | 1110 |
Color Harmonies of #452000
Complementary color
Monochromatic Colors of #452000
Black with #452000
Text Example
Text Example
White with #452000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452000; }
p { color: rgb(69,32,0); }
H1.HeaderClassName
{
color: #452000;
}
.AnyTagClassName
{
color: #452000;
}
</style>
background-color css
<style>
a { background-color: #452000; }
a { background-color: rgb(69,32,0); }
div.DivClassName
{
background-color: #452000;
}
.BgClassName
{
background-color: #452000;
}
</style>
border-color css
<style>
span { border-color: #452000; }
span { border-color: rgb(69,32,0); }
td.TdClassName
{
border-color: #452000;
}
.TagClassName
{
border-color: #452000;
}
</style>