Shades of Brown Pod #431E08
Tints of Brown Pod #431E08
RGB
CMYK
RGB Variations
Color information
#431E08 (or 0x431E08) is known color: Brown Pod. HEX triplet: 43, 1E and 08. RGB value is (67,30,8). Sum of RGB (Red+Green+Blue) = 67+30+8=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #431E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E08 is #BCE1F7. Grayscale: #262626. Windows color (decimal): -12378616 or 532035. OLE color: 532035.
HSL color Cylindrical-coordinate representation of color #431E08: hue angle of 22.37º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431E08 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 8 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.74 |
| HSL | 22.37º | 0.79% | 0.15% | - |
| HSV(B) | 22.37º | 0.88% | 0.26% | - |
| XYZ | 2.82 | 2.14 | 0.49 | - |
| YUV | 38.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 8 | 0 | 0.55 | 0.88 | 0.74 | 22.37 | 0.79 | 0.15 |
| Hex | 43 | 1E | 8 | 0 | 37 | 58 | 4A | 16 | 4F | F |
| Octal | 103 | 36 | 10 | 0 | 67 | 130 | 112 | 26 | 117 | 17 |
| Binary | 1000011 | 11110 | 1000 | 0 | 110111 | 1011000 | 1001010 | 10110 | 1001111 | 1111 |
Color Harmonies of #431E08
Complementary color
Monochromatic Colors of #431E08
Black with #431E08
Text Example
Text Example
White with #431E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E08; }
p { color: rgb(67,30,8); }
H1.HeaderClassName
{
color: #431E08;
}
.AnyTagClassName
{
color: #431E08;
}
</style>
background-color css
<style>
a { background-color: #431E08; }
a { background-color: rgb(67,30,8); }
div.DivClassName
{
background-color: #431E08;
}
.BgClassName
{
background-color: #431E08;
}
</style>
border-color css
<style>
span { border-color: #431E08; }
span { border-color: rgb(67,30,8); }
td.TdClassName
{
border-color: #431E08;
}
.TagClassName
{
border-color: #431E08;
}
</style>