Shades of Brown Pod #402A25
Tints of Brown Pod #402A25
RGB
CMYK
RGB Variations
Color information
#402A25 (or 0x402A25) is known color: Brown Pod. HEX triplet: 40, 2A and 25. RGB value is (64,42,37). Sum of RGB (Red+Green+Blue) = 64+42+37=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #402A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A25 is #BFD5DA. Grayscale: #303030. Windows color (decimal): -12572123 or 2435648. OLE color: 2435648.
HSL color Cylindrical-coordinate representation of color #402A25: hue angle of 11.11º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #402A25 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 42 | 37 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.75 |
| HSL | 11.11º | 0.27% | 0.2% | - |
| HSV(B) | 11.11º | 0.42% | 0.25% | - |
| XYZ | 3.28 | 2.88 | 2.13 | - |
| YUV | 48.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 37 | 0 | 0.34 | 0.42 | 0.75 | 11.11 | 0.27 | 0.2 |
| Hex | 40 | 2A | 25 | 0 | 22 | 2A | 4B | B | 1B | 14 |
| Octal | 100 | 52 | 45 | 0 | 42 | 52 | 113 | 13 | 33 | 24 |
| Binary | 1000000 | 101010 | 100101 | 0 | 100010 | 101010 | 1001011 | 1011 | 11011 | 10100 |
Color Harmonies of #402A25
Complementary color
Monochromatic Colors of #402A25
Black with #402A25
Text Example
Text Example
White with #402A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A25; }
p { color: rgb(64,42,37); }
H1.HeaderClassName
{
color: #402A25;
}
.AnyTagClassName
{
color: #402A25;
}
</style>
background-color css
<style>
a { background-color: #402A25; }
a { background-color: rgb(64,42,37); }
div.DivClassName
{
background-color: #402A25;
}
.BgClassName
{
background-color: #402A25;
}
</style>
border-color css
<style>
span { border-color: #402A25; }
span { border-color: rgb(64,42,37); }
td.TdClassName
{
border-color: #402A25;
}
.TagClassName
{
border-color: #402A25;
}
</style>