Shades of Brown Pod #431B0F
Tints of Brown Pod #431B0F
RGB
CMYK
RGB Variations
Color information
#431B0F (or 0x431B0F) is known color: Brown Pod. HEX triplet: 43, 1B and 0F. RGB value is (67,27,15). Sum of RGB (Red+Green+Blue) = 67+27+15=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #431B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B0F is #BCE4F0. Grayscale: #252525. Windows color (decimal): -12379377 or 990019. OLE color: 990019.
HSL color Cylindrical-coordinate representation of color #431B0F: hue angle of 13.85º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431B0F is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 15 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.74 |
| HSL | 13.85º | 0.63% | 0.16% | - |
| HSV(B) | 13.85º | 0.78% | 0.26% | - |
| XYZ | 2.79 | 2.01 | 0.69 | - |
| YUV | 37.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 15 | 0 | 0.60 | 0.78 | 0.74 | 13.85 | 0.63 | 0.16 |
| Hex | 43 | 1B | F | 0 | 3C | 4E | 4A | E | 3F | 10 |
| Octal | 103 | 33 | 17 | 0 | 74 | 116 | 112 | 16 | 77 | 20 |
| Binary | 1000011 | 11011 | 1111 | 0 | 111100 | 1001110 | 1001010 | 1110 | 111111 | 10000 |
Color Harmonies of #431B0F
Complementary color
Monochromatic Colors of #431B0F
Black with #431B0F
Text Example
Text Example
White with #431B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B0F; }
p { color: rgb(67,27,15); }
H1.HeaderClassName
{
color: #431B0F;
}
.AnyTagClassName
{
color: #431B0F;
}
</style>
background-color css
<style>
a { background-color: #431B0F; }
a { background-color: rgb(67,27,15); }
div.DivClassName
{
background-color: #431B0F;
}
.BgClassName
{
background-color: #431B0F;
}
</style>
border-color css
<style>
span { border-color: #431B0F; }
span { border-color: rgb(67,27,15); }
td.TdClassName
{
border-color: #431B0F;
}
.TagClassName
{
border-color: #431B0F;
}
</style>