Shades of Brown Pod #451306
Tints of Brown Pod #451306
RGB
CMYK
RGB Variations
Color information
#451306 (or 0x451306) is known color: Brown Pod. HEX triplet: 45, 13 and 06. RGB value is (69,19,6). Sum of RGB (Red+Green+Blue) = 69+19+6=94 (12% of max value = 765). Red value is 69 (27.34% from 255 or 73.40% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 69 - color contains mainly: red. Hex color #451306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451306 is #BAECF9. Grayscale: #202020. Windows color (decimal): -12250362 or 398149. OLE color: 398149.
HSL color Cylindrical-coordinate representation of color #451306: hue angle of 12.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #451306 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 6 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.73 |
| HSL | 12.38º | 0.84% | 0.15% | - |
| HSV(B) | 12.38º | 0.91% | 0.27% | - |
| XYZ | 2.72 | 1.74 | 0.37 | - |
| YUV | 32.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 6 | 0 | 0.72 | 0.91 | 0.73 | 12.38 | 0.84 | 0.15 |
| Hex | 45 | 13 | 6 | 0 | 48 | 5B | 49 | C | 54 | F |
| Octal | 105 | 23 | 6 | 0 | 110 | 133 | 111 | 14 | 124 | 17 |
| Binary | 1000101 | 10011 | 110 | 0 | 1001000 | 1011011 | 1001001 | 1100 | 1010100 | 1111 |
Color Harmonies of #451306
Complementary color
Monochromatic Colors of #451306
Black with #451306
Text Example
Text Example
White with #451306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451306; }
p { color: rgb(69,19,6); }
H1.HeaderClassName
{
color: #451306;
}
.AnyTagClassName
{
color: #451306;
}
</style>
background-color css
<style>
a { background-color: #451306; }
a { background-color: rgb(69,19,6); }
div.DivClassName
{
background-color: #451306;
}
.BgClassName
{
background-color: #451306;
}
</style>
border-color css
<style>
span { border-color: #451306; }
span { border-color: rgb(69,19,6); }
td.TdClassName
{
border-color: #451306;
}
.TagClassName
{
border-color: #451306;
}
</style>