Shades of Brown Pod #431A09
Tints of Brown Pod #431A09
RGB
CMYK
RGB Variations
Color information
#431A09 (or 0x431A09) is known color: Brown Pod. HEX triplet: 43, 1A and 09. RGB value is (67,26,9). Sum of RGB (Red+Green+Blue) = 67+26+9=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #431A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A09 is #BCE5F6. Grayscale: #242424. Windows color (decimal): -12379639 or 596547. OLE color: 596547.
HSL color Cylindrical-coordinate representation of color #431A09: hue angle of 17.59º 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 #431A09 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 9 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.74 |
| HSL | 17.59º | 0.76% | 0.15% | - |
| HSV(B) | 17.59º | 0.87% | 0.26% | - |
| XYZ | 2.73 | 1.95 | 0.49 | - |
| YUV | 36.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 9 | 0 | 0.61 | 0.87 | 0.74 | 17.59 | 0.76 | 0.15 |
| Hex | 43 | 1A | 9 | 0 | 3D | 57 | 4A | 12 | 4C | F |
| Octal | 103 | 32 | 11 | 0 | 75 | 127 | 112 | 22 | 114 | 17 |
| Binary | 1000011 | 11010 | 1001 | 0 | 111101 | 1010111 | 1001010 | 10010 | 1001100 | 1111 |
Color Harmonies of #431A09
Complementary color
Monochromatic Colors of #431A09
Black with #431A09
Text Example
Text Example
White with #431A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A09; }
p { color: rgb(67,26,9); }
H1.HeaderClassName
{
color: #431A09;
}
.AnyTagClassName
{
color: #431A09;
}
</style>
background-color css
<style>
a { background-color: #431A09; }
a { background-color: rgb(67,26,9); }
div.DivClassName
{
background-color: #431A09;
}
.BgClassName
{
background-color: #431A09;
}
</style>
border-color css
<style>
span { border-color: #431A09; }
span { border-color: rgb(67,26,9); }
td.TdClassName
{
border-color: #431A09;
}
.TagClassName
{
border-color: #431A09;
}
</style>