Shades of Brown Pod #431F05
Tints of Brown Pod #431F05
RGB
CMYK
RGB Variations
Color information
#431F05 (or 0x431F05) is known color: Brown Pod. HEX triplet: 43, 1F and 05. RGB value is (67,31,5). Sum of RGB (Red+Green+Blue) = 67+31+5=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F05 is #BCE0FA. Grayscale: #262626. Windows color (decimal): -12378363 or 335683. OLE color: 335683.
HSL color Cylindrical-coordinate representation of color #431F05: hue angle of 25.16º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #431F05 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 5 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.74 |
| HSL | 25.16º | 0.86% | 0.14% | - |
| HSV(B) | 25.16º | 0.93% | 0.26% | - |
| XYZ | 2.83 | 2.18 | 0.42 | - |
| YUV | 38.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 5 | 0 | 0.54 | 0.93 | 0.74 | 25.16 | 0.86 | 0.14 |
| Hex | 43 | 1F | 5 | 0 | 36 | 5D | 4A | 19 | 56 | E |
| Octal | 103 | 37 | 5 | 0 | 66 | 135 | 112 | 31 | 126 | 16 |
| Binary | 1000011 | 11111 | 101 | 0 | 110110 | 1011101 | 1001010 | 11001 | 1010110 | 1110 |
Color Harmonies of #431F05
Complementary color
Monochromatic Colors of #431F05
Black with #431F05
Text Example
Text Example
White with #431F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F05; }
p { color: rgb(67,31,5); }
H1.HeaderClassName
{
color: #431F05;
}
.AnyTagClassName
{
color: #431F05;
}
</style>
background-color css
<style>
a { background-color: #431F05; }
a { background-color: rgb(67,31,5); }
div.DivClassName
{
background-color: #431F05;
}
.BgClassName
{
background-color: #431F05;
}
</style>
border-color css
<style>
span { border-color: #431F05; }
span { border-color: rgb(67,31,5); }
td.TdClassName
{
border-color: #431F05;
}
.TagClassName
{
border-color: #431F05;
}
</style>