Shades of Brown Pod #431A00
Tints of Brown Pod #431A00
RGB
CMYK
RGB Variations
Color information
#431A00 (or 0x431A00) is known color: Brown Pod. HEX triplet: 43, 1A and 00. RGB value is (67,26,0). Sum of RGB (Red+Green+Blue) = 67+26+0=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #431A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A00 is #BCE5FF. Grayscale: #232323. Windows color (decimal): -12379648 or 6723. OLE color: 6723.
HSL color Cylindrical-coordinate representation of color #431A00: hue angle of 23.28º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #431A00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.74 |
| HSL | 23.28º | 1% | 0.13% | - |
| HSV(B) | 23.28º | 1% | 0.26% | - |
| XYZ | 2.68 | 1.93 | 0.23 | - |
| YUV | 35.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 0 | 0 | 0.61 | 1 | 0.74 | 23.28 | 1 | 0.13 |
| Hex | 43 | 1A | 0 | 0 | 3D | 64 | 4A | 17 | 64 | D |
| Octal | 103 | 32 | 0 | 0 | 75 | 144 | 112 | 27 | 144 | 15 |
| Binary | 1000011 | 11010 | 0 | 0 | 111101 | 1100100 | 1001010 | 10111 | 1100100 | 1101 |
Color Harmonies of #431A00
Complementary color
Monochromatic Colors of #431A00
Black with #431A00
Text Example
Text Example
White with #431A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A00; }
p { color: rgb(67,26,0); }
H1.HeaderClassName
{
color: #431A00;
}
.AnyTagClassName
{
color: #431A00;
}
</style>
background-color css
<style>
a { background-color: #431A00; }
a { background-color: rgb(67,26,0); }
div.DivClassName
{
background-color: #431A00;
}
.BgClassName
{
background-color: #431A00;
}
</style>
border-color css
<style>
span { border-color: #431A00; }
span { border-color: rgb(67,26,0); }
td.TdClassName
{
border-color: #431A00;
}
.TagClassName
{
border-color: #431A00;
}
</style>