Shades of Brown Pod #451E0A
Tints of Brown Pod #451E0A
RGB
CMYK
RGB Variations
Color information
#451E0A (or 0x451E0A) is known color: Brown Pod. HEX triplet: 45, 1E and 0A. RGB value is (69,30,10). Sum of RGB (Red+Green+Blue) = 69+30+10=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #451E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451E0A is #BAE1F5. Grayscale: #272727. Windows color (decimal): -12247542 or 663109. OLE color: 663109.
HSL color Cylindrical-coordinate representation of color #451E0A: hue angle of 20.34º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451E0A is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 30 | 10 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.73 |
| HSL | 20.34º | 0.75% | 0.15% | - |
| HSV(B) | 20.34º | 0.86% | 0.27% | - |
| XYZ | 2.97 | 2.22 | 0.56 | - |
| YUV | 39.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 10 | 0 | 0.57 | 0.86 | 0.73 | 20.34 | 0.75 | 0.15 |
| Hex | 45 | 1E | A | 0 | 39 | 56 | 49 | 14 | 4B | F |
| Octal | 105 | 36 | 12 | 0 | 71 | 126 | 111 | 24 | 113 | 17 |
| Binary | 1000101 | 11110 | 1010 | 0 | 111001 | 1010110 | 1001001 | 10100 | 1001011 | 1111 |
Color Harmonies of #451E0A
Complementary color
Monochromatic Colors of #451E0A
Black with #451E0A
Text Example
Text Example
White with #451E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E0A; }
p { color: rgb(69,30,10); }
H1.HeaderClassName
{
color: #451E0A;
}
.AnyTagClassName
{
color: #451E0A;
}
</style>
background-color css
<style>
a { background-color: #451E0A; }
a { background-color: rgb(69,30,10); }
div.DivClassName
{
background-color: #451E0A;
}
.BgClassName
{
background-color: #451E0A;
}
</style>
border-color css
<style>
span { border-color: #451E0A; }
span { border-color: rgb(69,30,10); }
td.TdClassName
{
border-color: #451E0A;
}
.TagClassName
{
border-color: #451E0A;
}
</style>