Shades of Brown Pod #431C00
Tints of Brown Pod #431C00
RGB
CMYK
RGB Variations
Color information
#431C00 (or 0x431C00) is known color: Brown Pod. HEX triplet: 43, 1C and 00. RGB value is (67,28,0). Sum of RGB (Red+Green+Blue) = 67+28+0=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #431C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C00 is #BCE3FF. Grayscale: #242424. Windows color (decimal): -12379136 or 7235. OLE color: 7235.
HSL color Cylindrical-coordinate representation of color #431C00: hue angle of 25.07º 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 #431C00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 28 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.74 |
| HSL | 25.07º | 1% | 0.13% | - |
| HSV(B) | 25.07º | 1% | 0.26% | - |
| XYZ | 2.73 | 2.02 | 0.25 | - |
| YUV | 36.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 0 | 0 | 0.58 | 1 | 0.74 | 25.07 | 1 | 0.13 |
| Hex | 43 | 1C | 0 | 0 | 3A | 64 | 4A | 19 | 64 | D |
| Octal | 103 | 34 | 0 | 0 | 72 | 144 | 112 | 31 | 144 | 15 |
| Binary | 1000011 | 11100 | 0 | 0 | 111010 | 1100100 | 1001010 | 11001 | 1100100 | 1101 |
Color Harmonies of #431C00
Complementary color
Monochromatic Colors of #431C00
Black with #431C00
Text Example
Text Example
White with #431C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C00; }
p { color: rgb(67,28,0); }
H1.HeaderClassName
{
color: #431C00;
}
.AnyTagClassName
{
color: #431C00;
}
</style>
background-color css
<style>
a { background-color: #431C00; }
a { background-color: rgb(67,28,0); }
div.DivClassName
{
background-color: #431C00;
}
.BgClassName
{
background-color: #431C00;
}
</style>
border-color css
<style>
span { border-color: #431C00; }
span { border-color: rgb(67,28,0); }
td.TdClassName
{
border-color: #431C00;
}
.TagClassName
{
border-color: #431C00;
}
</style>