Shades of Brown Pod #412108
Tints of Brown Pod #412108
RGB
CMYK
RGB Variations
Color information
#412108 (or 0x412108) is known color: Brown Pod. HEX triplet: 41, 21 and 08. RGB value is (65,33,8). Sum of RGB (Red+Green+Blue) = 65+33+8=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412108 is #BEDEF7. Grayscale: #272727. Windows color (decimal): -12508920 or 532801. OLE color: 532801.
HSL color Cylindrical-coordinate representation of color #412108: hue angle of 26.32º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #412108 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 8 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.75 |
| HSL | 26.32º | 0.78% | 0.14% | - |
| HSV(B) | 26.32º | 0.88% | 0.25% | - |
| XYZ | 2.77 | 2.23 | 0.51 | - |
| YUV | 39.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 8 | 0 | 0.49 | 0.88 | 0.75 | 26.32 | 0.78 | 0.14 |
| Hex | 41 | 21 | 8 | 0 | 31 | 58 | 4B | 1A | 4E | E |
| Octal | 101 | 41 | 10 | 0 | 61 | 130 | 113 | 32 | 116 | 16 |
| Binary | 1000001 | 100001 | 1000 | 0 | 110001 | 1011000 | 1001011 | 11010 | 1001110 | 1110 |
Color Harmonies of #412108
Complementary color
Monochromatic Colors of #412108
Black with #412108
Text Example
Text Example
White with #412108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412108; }
p { color: rgb(65,33,8); }
H1.HeaderClassName
{
color: #412108;
}
.AnyTagClassName
{
color: #412108;
}
</style>
background-color css
<style>
a { background-color: #412108; }
a { background-color: rgb(65,33,8); }
div.DivClassName
{
background-color: #412108;
}
.BgClassName
{
background-color: #412108;
}
</style>
border-color css
<style>
span { border-color: #412108; }
span { border-color: rgb(65,33,8); }
td.TdClassName
{
border-color: #412108;
}
.TagClassName
{
border-color: #412108;
}
</style>