Shades of Brown Pod #40271A
Tints of Brown Pod #40271A
RGB
CMYK
RGB Variations
Color information
#40271A (or 0x40271A) is known color: Brown Pod. HEX triplet: 40, 27 and 1A. RGB value is (64,39,26). Sum of RGB (Red+Green+Blue) = 64+39+26=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40271A is #BFD8E5. Grayscale: #2D2D2D. Windows color (decimal): -12572902 or 1713984. OLE color: 1713984.
HSL color Cylindrical-coordinate representation of color #40271A: hue angle of 20.53º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40271A is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 39 | 26 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.75 |
| HSL | 20.53º | 0.42% | 0.18% | - |
| HSV(B) | 20.53º | 0.59% | 0.25% | - |
| XYZ | 3.03 | 2.62 | 1.32 | - |
| YUV | 44.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 26 | 0 | 0.39 | 0.59 | 0.75 | 20.53 | 0.42 | 0.18 |
| Hex | 40 | 27 | 1A | 0 | 27 | 3B | 4B | 15 | 2A | 12 |
| Octal | 100 | 47 | 32 | 0 | 47 | 73 | 113 | 25 | 52 | 22 |
| Binary | 1000000 | 100111 | 11010 | 0 | 100111 | 111011 | 1001011 | 10101 | 101010 | 10010 |
Color Harmonies of #40271A
Complementary color
Monochromatic Colors of #40271A
Black with #40271A
Text Example
Text Example
White with #40271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40271A; }
p { color: rgb(64,39,26); }
H1.HeaderClassName
{
color: #40271A;
}
.AnyTagClassName
{
color: #40271A;
}
</style>
background-color css
<style>
a { background-color: #40271A; }
a { background-color: rgb(64,39,26); }
div.DivClassName
{
background-color: #40271A;
}
.BgClassName
{
background-color: #40271A;
}
</style>
border-color css
<style>
span { border-color: #40271A; }
span { border-color: rgb(64,39,26); }
td.TdClassName
{
border-color: #40271A;
}
.TagClassName
{
border-color: #40271A;
}
</style>