Shades of Brown Pod #451708
Tints of Brown Pod #451708
RGB
CMYK
RGB Variations
Color information
#451708 (or 0x451708) is known color: Brown Pod. HEX triplet: 45, 17 and 08. RGB value is (69,23,8). Sum of RGB (Red+Green+Blue) = 69+23+8=100 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 69 - color contains mainly: red. Hex color #451708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451708 is #BAE8F7. Grayscale: #232323. Windows color (decimal): -12249336 or 530245. OLE color: 530245.
HSL color Cylindrical-coordinate representation of color #451708: hue angle of 14.75º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451708 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 23 | 8 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.73 |
| HSL | 14.75º | 0.79% | 0.15% | - |
| HSV(B) | 14.75º | 0.88% | 0.27% | - |
| XYZ | 2.8 | 1.9 | 0.45 | - |
| YUV | 35.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 8 | 0 | 0.67 | 0.88 | 0.73 | 14.75 | 0.79 | 0.15 |
| Hex | 45 | 17 | 8 | 0 | 43 | 58 | 49 | F | 4F | F |
| Octal | 105 | 27 | 10 | 0 | 103 | 130 | 111 | 17 | 117 | 17 |
| Binary | 1000101 | 10111 | 1000 | 0 | 1000011 | 1011000 | 1001001 | 1111 | 1001111 | 1111 |
Color Harmonies of #451708
Complementary color
Monochromatic Colors of #451708
Black with #451708
Text Example
Text Example
White with #451708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451708; }
p { color: rgb(69,23,8); }
H1.HeaderClassName
{
color: #451708;
}
.AnyTagClassName
{
color: #451708;
}
</style>
background-color css
<style>
a { background-color: #451708; }
a { background-color: rgb(69,23,8); }
div.DivClassName
{
background-color: #451708;
}
.BgClassName
{
background-color: #451708;
}
</style>
border-color css
<style>
span { border-color: #451708; }
span { border-color: rgb(69,23,8); }
td.TdClassName
{
border-color: #451708;
}
.TagClassName
{
border-color: #451708;
}
</style>