Shades of Brown Pod #451A07
Tints of Brown Pod #451A07
RGB
CMYK
RGB Variations
Color information
#451A07 (or 0x451A07) is known color: Brown Pod. HEX triplet: 45, 1A and 07. RGB value is (69,26,7). Sum of RGB (Red+Green+Blue) = 69+26+7=102 (13% of max value = 765). Red value is 69 (27.34% from 255 or 67.65% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 69 - color contains mainly: red. Hex color #451A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A07 is #BAE5F8. Grayscale: #242424. Windows color (decimal): -12248569 or 465477. OLE color: 465477.
HSL color Cylindrical-coordinate representation of color #451A07: hue angle of 18.39º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #451A07 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 26 | 7 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.73 |
| HSL | 18.39º | 0.82% | 0.15% | - |
| HSV(B) | 18.39º | 0.9% | 0.27% | - |
| XYZ | 2.86 | 2.02 | 0.44 | - |
| YUV | 36.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 7 | 0 | 0.62 | 0.90 | 0.73 | 18.39 | 0.82 | 0.15 |
| Hex | 45 | 1A | 7 | 0 | 3E | 5A | 49 | 12 | 52 | F |
| Octal | 105 | 32 | 7 | 0 | 76 | 132 | 111 | 22 | 122 | 17 |
| Binary | 1000101 | 11010 | 111 | 0 | 111110 | 1011010 | 1001001 | 10010 | 1010010 | 1111 |
Color Harmonies of #451A07
Complementary color
Monochromatic Colors of #451A07
Black with #451A07
Text Example
Text Example
White with #451A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A07; }
p { color: rgb(69,26,7); }
H1.HeaderClassName
{
color: #451A07;
}
.AnyTagClassName
{
color: #451A07;
}
</style>
background-color css
<style>
a { background-color: #451A07; }
a { background-color: rgb(69,26,7); }
div.DivClassName
{
background-color: #451A07;
}
.BgClassName
{
background-color: #451A07;
}
</style>
border-color css
<style>
span { border-color: #451A07; }
span { border-color: rgb(69,26,7); }
td.TdClassName
{
border-color: #451A07;
}
.TagClassName
{
border-color: #451A07;
}
</style>