Shades of Brown Pod #412521
Tints of Brown Pod #412521
RGB
CMYK
RGB Variations
Color information
#412521 (or 0x412521) is known color: Brown Pod. HEX triplet: 41, 25 and 21. RGB value is (65,37,33). Sum of RGB (Red+Green+Blue) = 65+37+33=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412521 is #BEDADE. Grayscale: #2C2C2C. Windows color (decimal): -12507871 or 2172225. OLE color: 2172225.
HSL color Cylindrical-coordinate representation of color #412521: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412521 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 37 | 33 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.75 |
| HSL | 7.5º | 0.33% | 0.19% | - |
| HSV(B) | 7.5º | 0.49% | 0.25% | - |
| XYZ | 3.12 | 2.56 | 1.77 | - |
| YUV | 44.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 33 | 0 | 0.43 | 0.49 | 0.75 | 7.5 | 0.33 | 0.19 |
| Hex | 41 | 25 | 21 | 0 | 2B | 31 | 4B | 8 | 21 | 13 |
| Octal | 101 | 45 | 41 | 0 | 53 | 61 | 113 | 10 | 41 | 23 |
| Binary | 1000001 | 100101 | 100001 | 0 | 101011 | 110001 | 1001011 | 1000 | 100001 | 10011 |
Color Harmonies of #412521
Complementary color
Monochromatic Colors of #412521
Black with #412521
Text Example
Text Example
White with #412521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412521; }
p { color: rgb(65,37,33); }
H1.HeaderClassName
{
color: #412521;
}
.AnyTagClassName
{
color: #412521;
}
</style>
background-color css
<style>
a { background-color: #412521; }
a { background-color: rgb(65,37,33); }
div.DivClassName
{
background-color: #412521;
}
.BgClassName
{
background-color: #412521;
}
</style>
border-color css
<style>
span { border-color: #412521; }
span { border-color: rgb(65,37,33); }
td.TdClassName
{
border-color: #412521;
}
.TagClassName
{
border-color: #412521;
}
</style>