Shades of Brown Pod #41231A
Tints of Brown Pod #41231A
RGB
CMYK
RGB Variations
Color information
#41231A (or 0x41231A) is known color: Brown Pod. HEX triplet: 41, 23 and 1A. RGB value is (65,35,26). Sum of RGB (Red+Green+Blue) = 65+35+26=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41231A is #BEDCE5. Grayscale: #2B2B2B. Windows color (decimal): -12508390 or 1712961. OLE color: 1712961.
HSL color Cylindrical-coordinate representation of color #41231A: hue angle of 13.85º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41231A is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 26 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.75 |
| HSL | 13.85º | 0.43% | 0.18% | - |
| HSV(B) | 13.85º | 0.6% | 0.25% | - |
| XYZ | 2.97 | 2.4 | 1.28 | - |
| YUV | 42.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 26 | 0 | 0.46 | 0.60 | 0.75 | 13.85 | 0.43 | 0.18 |
| Hex | 41 | 23 | 1A | 0 | 2E | 3C | 4B | E | 2B | 12 |
| Octal | 101 | 43 | 32 | 0 | 56 | 74 | 113 | 16 | 53 | 22 |
| Binary | 1000001 | 100011 | 11010 | 0 | 101110 | 111100 | 1001011 | 1110 | 101011 | 10010 |
Color Harmonies of #41231A
Complementary color
Monochromatic Colors of #41231A
Black with #41231A
Text Example
Text Example
White with #41231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41231A; }
p { color: rgb(65,35,26); }
H1.HeaderClassName
{
color: #41231A;
}
.AnyTagClassName
{
color: #41231A;
}
</style>
background-color css
<style>
a { background-color: #41231A; }
a { background-color: rgb(65,35,26); }
div.DivClassName
{
background-color: #41231A;
}
.BgClassName
{
background-color: #41231A;
}
</style>
border-color css
<style>
span { border-color: #41231A; }
span { border-color: rgb(65,35,26); }
td.TdClassName
{
border-color: #41231A;
}
.TagClassName
{
border-color: #41231A;
}
</style>