Shades of Brown Pod #451500
Tints of Brown Pod #451500
RGB
CMYK
RGB Variations
Color information
#451500 (or 0x451500) is known color: Brown Pod. HEX triplet: 45, 15 and 00. RGB value is (69,21,0). Sum of RGB (Red+Green+Blue) = 69+21+0=90 (11% of max value = 765). Red value is 69 (27.34% from 255 or 76.67% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 69 - color contains mainly: red. Hex color #451500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451500 is #BAEAFF. Grayscale: #212121. Windows color (decimal): -12249856 or 5445. OLE color: 5445.
HSL color Cylindrical-coordinate representation of color #451500: hue angle of 18.26º 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 #451500 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.73 |
| HSL | 18.26º | 1% | 0.14% | - |
| HSV(B) | 18.26º | 1% | 0.27% | - |
| XYZ | 2.72 | 1.8 | 0.2 | - |
| YUV | 32.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 0 | 0 | 0.70 | 1 | 0.73 | 18.26 | 1 | 0.14 |
| Hex | 45 | 15 | 0 | 0 | 46 | 64 | 49 | 12 | 64 | E |
| Octal | 105 | 25 | 0 | 0 | 106 | 144 | 111 | 22 | 144 | 16 |
| Binary | 1000101 | 10101 | 0 | 0 | 1000110 | 1100100 | 1001001 | 10010 | 1100100 | 1110 |
Color Harmonies of #451500
Complementary color
Monochromatic Colors of #451500
Black with #451500
Text Example
Text Example
White with #451500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451500; }
p { color: rgb(69,21,0); }
H1.HeaderClassName
{
color: #451500;
}
.AnyTagClassName
{
color: #451500;
}
</style>
background-color css
<style>
a { background-color: #451500; }
a { background-color: rgb(69,21,0); }
div.DivClassName
{
background-color: #451500;
}
.BgClassName
{
background-color: #451500;
}
</style>
border-color css
<style>
span { border-color: #451500; }
span { border-color: rgb(69,21,0); }
td.TdClassName
{
border-color: #451500;
}
.TagClassName
{
border-color: #451500;
}
</style>