Shades of Brown Pod #451A15
Tints of Brown Pod #451A15
RGB
CMYK
RGB Variations
Color information
#451A15 (or 0x451A15) is known color: Brown Pod. HEX triplet: 45, 1A and 15. RGB value is (69,26,21). Sum of RGB (Red+Green+Blue) = 69+26+21=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #451A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A15 is #BAE5EA. Grayscale: #262626. Windows color (decimal): -12248555 or 1382981. OLE color: 1382981.
HSL color Cylindrical-coordinate representation of color #451A15: hue angle of 6.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451A15 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 26 | 21 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.73 |
| HSL | 6.25º | 0.53% | 0.18% | - |
| HSV(B) | 6.25º | 0.7% | 0.27% | - |
| XYZ | 2.96 | 2.06 | 0.95 | - |
| YUV | 38.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 21 | 0 | 0.62 | 0.70 | 0.73 | 6.25 | 0.53 | 0.18 |
| Hex | 45 | 1A | 15 | 0 | 3E | 46 | 49 | 6 | 35 | 12 |
| Octal | 105 | 32 | 25 | 0 | 76 | 106 | 111 | 6 | 65 | 22 |
| Binary | 1000101 | 11010 | 10101 | 0 | 111110 | 1000110 | 1001001 | 110 | 110101 | 10010 |
Color Harmonies of #451A15
Complementary color
Monochromatic Colors of #451A15
Black with #451A15
Text Example
Text Example
White with #451A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A15; }
p { color: rgb(69,26,21); }
H1.HeaderClassName
{
color: #451A15;
}
.AnyTagClassName
{
color: #451A15;
}
</style>
background-color css
<style>
a { background-color: #451A15; }
a { background-color: rgb(69,26,21); }
div.DivClassName
{
background-color: #451A15;
}
.BgClassName
{
background-color: #451A15;
}
</style>
border-color css
<style>
span { border-color: #451A15; }
span { border-color: rgb(69,26,21); }
td.TdClassName
{
border-color: #451A15;
}
.TagClassName
{
border-color: #451A15;
}
</style>