Shades of Brown Pod #451C09
Tints of Brown Pod #451C09
RGB
CMYK
RGB Variations
Color information
#451C09 (or 0x451C09) is known color: Brown Pod. HEX triplet: 45, 1C and 09. RGB value is (69,28,9). Sum of RGB (Red+Green+Blue) = 69+28+9=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #451C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451C09 is #BAE3F6. Grayscale: #262626. Windows color (decimal): -12248055 or 597061. OLE color: 597061.
HSL color Cylindrical-coordinate representation of color #451C09: hue angle of 19º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451C09 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 28 | 9 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.73 |
| HSL | 19º | 0.77% | 0.15% | - |
| HSV(B) | 19º | 0.87% | 0.27% | - |
| XYZ | 2.92 | 2.12 | 0.51 | - |
| YUV | 38.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 9 | 0 | 0.59 | 0.87 | 0.73 | 19 | 0.77 | 0.15 |
| Hex | 45 | 1C | 9 | 0 | 3B | 57 | 49 | 13 | 4D | F |
| Octal | 105 | 34 | 11 | 0 | 73 | 127 | 111 | 23 | 115 | 17 |
| Binary | 1000101 | 11100 | 1001 | 0 | 111011 | 1010111 | 1001001 | 10011 | 1001101 | 1111 |
Color Harmonies of #451C09
Complementary color
Monochromatic Colors of #451C09
Black with #451C09
Text Example
Text Example
White with #451C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C09; }
p { color: rgb(69,28,9); }
H1.HeaderClassName
{
color: #451C09;
}
.AnyTagClassName
{
color: #451C09;
}
</style>
background-color css
<style>
a { background-color: #451C09; }
a { background-color: rgb(69,28,9); }
div.DivClassName
{
background-color: #451C09;
}
.BgClassName
{
background-color: #451C09;
}
</style>
border-color css
<style>
span { border-color: #451C09; }
span { border-color: rgb(69,28,9); }
td.TdClassName
{
border-color: #451C09;
}
.TagClassName
{
border-color: #451C09;
}
</style>