Shades of Brown Pod #431D02
Tints of Brown Pod #431D02
RGB
CMYK
RGB Variations
Color information
#431D02 (or 0x431D02) is known color: Brown Pod. HEX triplet: 43, 1D and 02. RGB value is (67,29,2). Sum of RGB (Red+Green+Blue) = 67+29+2=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #431D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D02 is #BCE2FD. Grayscale: #252525. Windows color (decimal): -12378878 or 138563. OLE color: 138563.
HSL color Cylindrical-coordinate representation of color #431D02: hue angle of 24.92º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #431D02 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 2 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.74 |
| HSL | 24.92º | 0.94% | 0.14% | - |
| HSV(B) | 24.92º | 0.97% | 0.26% | - |
| XYZ | 2.77 | 2.08 | 0.31 | - |
| YUV | 37.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 2 | 0 | 0.57 | 0.97 | 0.74 | 24.92 | 0.94 | 0.14 |
| Hex | 43 | 1D | 2 | 0 | 39 | 61 | 4A | 19 | 5E | E |
| Octal | 103 | 35 | 2 | 0 | 71 | 141 | 112 | 31 | 136 | 16 |
| Binary | 1000011 | 11101 | 10 | 0 | 111001 | 1100001 | 1001010 | 11001 | 1011110 | 1110 |
Color Harmonies of #431D02
Complementary color
Monochromatic Colors of #431D02
Black with #431D02
Text Example
Text Example
White with #431D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D02; }
p { color: rgb(67,29,2); }
H1.HeaderClassName
{
color: #431D02;
}
.AnyTagClassName
{
color: #431D02;
}
</style>
background-color css
<style>
a { background-color: #431D02; }
a { background-color: rgb(67,29,2); }
div.DivClassName
{
background-color: #431D02;
}
.BgClassName
{
background-color: #431D02;
}
</style>
border-color css
<style>
span { border-color: #431D02; }
span { border-color: rgb(67,29,2); }
td.TdClassName
{
border-color: #431D02;
}
.TagClassName
{
border-color: #431D02;
}
</style>