Shades of Brown Pod #452510
Tints of Brown Pod #452510
RGB
CMYK
RGB Variations
Color information
#452510 (or 0x452510) is known color: Brown Pod. HEX triplet: 45, 25 and 10. RGB value is (69,37,16). Sum of RGB (Red+Green+Blue) = 69+37+16=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #452510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452510 is #BADAEF. Grayscale: #2C2C2C. Windows color (decimal): -12245744 or 1058117. OLE color: 1058117.
HSL color Cylindrical-coordinate representation of color #452510: hue angle of 23.77º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452510 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 16 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.73 |
| HSL | 23.77º | 0.62% | 0.17% | - |
| HSV(B) | 23.77º | 0.77% | 0.27% | - |
| XYZ | 3.21 | 2.63 | 0.83 | - |
| YUV | 44.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 16 | 0 | 0.46 | 0.77 | 0.73 | 23.77 | 0.62 | 0.17 |
| Hex | 45 | 25 | 10 | 0 | 2E | 4D | 49 | 18 | 3E | 11 |
| Octal | 105 | 45 | 20 | 0 | 56 | 115 | 111 | 30 | 76 | 21 |
| Binary | 1000101 | 100101 | 10000 | 0 | 101110 | 1001101 | 1001001 | 11000 | 111110 | 10001 |
Color Harmonies of #452510
Complementary color
Monochromatic Colors of #452510
Black with #452510
Text Example
Text Example
White with #452510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452510; }
p { color: rgb(69,37,16); }
H1.HeaderClassName
{
color: #452510;
}
.AnyTagClassName
{
color: #452510;
}
</style>
background-color css
<style>
a { background-color: #452510; }
a { background-color: rgb(69,37,16); }
div.DivClassName
{
background-color: #452510;
}
.BgClassName
{
background-color: #452510;
}
</style>
border-color css
<style>
span { border-color: #452510; }
span { border-color: rgb(69,37,16); }
td.TdClassName
{
border-color: #452510;
}
.TagClassName
{
border-color: #452510;
}
</style>