Shades of Brown Pod #412722
Tints of Brown Pod #412722
RGB
CMYK
RGB Variations
Color information
#412722 (or 0x412722) is known color: Brown Pod. HEX triplet: 41, 27 and 22. RGB value is (65,39,34). Sum of RGB (Red+Green+Blue) = 65+39+34=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412722 is #BED8DD. Grayscale: #2E2E2E. Windows color (decimal): -12507358 or 2238273. OLE color: 2238273.
HSL color Cylindrical-coordinate representation of color #412722: hue angle of 9.68º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #412722 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 39 | 34 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.75 |
| HSL | 9.68º | 0.31% | 0.19% | - |
| HSV(B) | 9.68º | 0.48% | 0.25% | - |
| XYZ | 3.19 | 2.69 | 1.86 | - |
| YUV | 46.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 34 | 0 | 0.40 | 0.48 | 0.75 | 9.68 | 0.31 | 0.19 |
| Hex | 41 | 27 | 22 | 0 | 28 | 30 | 4B | A | 1F | 13 |
| Octal | 101 | 47 | 42 | 0 | 50 | 60 | 113 | 12 | 37 | 23 |
| Binary | 1000001 | 100111 | 100010 | 0 | 101000 | 110000 | 1001011 | 1010 | 11111 | 10011 |
Color Harmonies of #412722
Complementary color
Monochromatic Colors of #412722
Black with #412722
Text Example
Text Example
White with #412722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412722; }
p { color: rgb(65,39,34); }
H1.HeaderClassName
{
color: #412722;
}
.AnyTagClassName
{
color: #412722;
}
</style>
background-color css
<style>
a { background-color: #412722; }
a { background-color: rgb(65,39,34); }
div.DivClassName
{
background-color: #412722;
}
.BgClassName
{
background-color: #412722;
}
</style>
border-color css
<style>
span { border-color: #412722; }
span { border-color: rgb(65,39,34); }
td.TdClassName
{
border-color: #412722;
}
.TagClassName
{
border-color: #412722;
}
</style>