Shades of Brown Pod #412008
Tints of Brown Pod #412008
RGB
CMYK
RGB Variations
Color information
#412008 (or 0x412008) is known color: Brown Pod. HEX triplet: 41, 20 and 08. RGB value is (65,32,8). Sum of RGB (Red+Green+Blue) = 65+32+8=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #412008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412008 is #BEDFF7. Grayscale: #272727. Windows color (decimal): -12509176 or 532545. OLE color: 532545.
HSL color Cylindrical-coordinate representation of color #412008: hue angle of 25.26º 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 #412008 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 8 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.75 |
| HSL | 25.26º | 0.78% | 0.14% | - |
| HSV(B) | 25.26º | 0.88% | 0.25% | - |
| XYZ | 2.74 | 2.17 | 0.5 | - |
| YUV | 39.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 8 | 0 | 0.51 | 0.88 | 0.75 | 25.26 | 0.78 | 0.14 |
| Hex | 41 | 20 | 8 | 0 | 33 | 58 | 4B | 19 | 4E | E |
| Octal | 101 | 40 | 10 | 0 | 63 | 130 | 113 | 31 | 116 | 16 |
| Binary | 1000001 | 100000 | 1000 | 0 | 110011 | 1011000 | 1001011 | 11001 | 1001110 | 1110 |
Color Harmonies of #412008
Complementary color
Monochromatic Colors of #412008
Black with #412008
Text Example
Text Example
White with #412008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412008; }
p { color: rgb(65,32,8); }
H1.HeaderClassName
{
color: #412008;
}
.AnyTagClassName
{
color: #412008;
}
</style>
background-color css
<style>
a { background-color: #412008; }
a { background-color: rgb(65,32,8); }
div.DivClassName
{
background-color: #412008;
}
.BgClassName
{
background-color: #412008;
}
</style>
border-color css
<style>
span { border-color: #412008; }
span { border-color: rgb(65,32,8); }
td.TdClassName
{
border-color: #412008;
}
.TagClassName
{
border-color: #412008;
}
</style>