Shades of Brown Pod #451A12
Tints of Brown Pod #451A12
RGB
CMYK
RGB Variations
Color information
#451A12 (or 0x451A12) is known color: Brown Pod. HEX triplet: 45, 1A and 12. RGB value is (69,26,18). Sum of RGB (Red+Green+Blue) = 69+26+18=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #451A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A12 is #BAE5ED. Grayscale: #262626. Windows color (decimal): -12248558 or 1186373. OLE color: 1186373.
HSL color Cylindrical-coordinate representation of color #451A12: hue angle of 9.41º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451A12 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 26 | 18 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.73 |
| HSL | 9.41º | 0.59% | 0.17% | - |
| HSV(B) | 9.41º | 0.74% | 0.27% | - |
| XYZ | 2.93 | 2.05 | 0.81 | - |
| YUV | 37.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 18 | 0 | 0.62 | 0.74 | 0.73 | 9.41 | 0.59 | 0.17 |
| Hex | 45 | 1A | 12 | 0 | 3E | 4A | 49 | 9 | 3B | 11 |
| Octal | 105 | 32 | 22 | 0 | 76 | 112 | 111 | 11 | 73 | 21 |
| Binary | 1000101 | 11010 | 10010 | 0 | 111110 | 1001010 | 1001001 | 1001 | 111011 | 10001 |
Color Harmonies of #451A12
Complementary color
Monochromatic Colors of #451A12
Black with #451A12
Text Example
Text Example
White with #451A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A12; }
p { color: rgb(69,26,18); }
H1.HeaderClassName
{
color: #451A12;
}
.AnyTagClassName
{
color: #451A12;
}
</style>
background-color css
<style>
a { background-color: #451A12; }
a { background-color: rgb(69,26,18); }
div.DivClassName
{
background-color: #451A12;
}
.BgClassName
{
background-color: #451A12;
}
</style>
border-color css
<style>
span { border-color: #451A12; }
span { border-color: rgb(69,26,18); }
td.TdClassName
{
border-color: #451A12;
}
.TagClassName
{
border-color: #451A12;
}
</style>