Shades of Brown Pod #431B09
Tints of Brown Pod #431B09
RGB
CMYK
RGB Variations
Color information
#431B09 (or 0x431B09) is known color: Brown Pod. HEX triplet: 43, 1B and 09. RGB value is (67,27,9). Sum of RGB (Red+Green+Blue) = 67+27+9=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B09 is #BCE4F6. Grayscale: #252525. Windows color (decimal): -12379383 or 596803. OLE color: 596803.
HSL color Cylindrical-coordinate representation of color #431B09: hue angle of 18.62º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431B09 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 9 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.74 |
| HSL | 18.62º | 0.76% | 0.15% | - |
| HSV(B) | 18.62º | 0.87% | 0.26% | - |
| XYZ | 2.76 | 2 | 0.5 | - |
| YUV | 36.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 9 | 0 | 0.60 | 0.87 | 0.74 | 18.62 | 0.76 | 0.15 |
| Hex | 43 | 1B | 9 | 0 | 3C | 57 | 4A | 13 | 4C | F |
| Octal | 103 | 33 | 11 | 0 | 74 | 127 | 112 | 23 | 114 | 17 |
| Binary | 1000011 | 11011 | 1001 | 0 | 111100 | 1010111 | 1001010 | 10011 | 1001100 | 1111 |
Color Harmonies of #431B09
Complementary color
Monochromatic Colors of #431B09
Black with #431B09
Text Example
Text Example
White with #431B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B09; }
p { color: rgb(67,27,9); }
H1.HeaderClassName
{
color: #431B09;
}
.AnyTagClassName
{
color: #431B09;
}
</style>
background-color css
<style>
a { background-color: #431B09; }
a { background-color: rgb(67,27,9); }
div.DivClassName
{
background-color: #431B09;
}
.BgClassName
{
background-color: #431B09;
}
</style>
border-color css
<style>
span { border-color: #431B09; }
span { border-color: rgb(67,27,9); }
td.TdClassName
{
border-color: #431B09;
}
.TagClassName
{
border-color: #431B09;
}
</style>