Shades of Brown Pod #431C01
Tints of Brown Pod #431C01
RGB
CMYK
RGB Variations
Color information
#431C01 (or 0x431C01) is known color: Brown Pod. HEX triplet: 43, 1C and 01. RGB value is (67,28,1). Sum of RGB (Red+Green+Blue) = 67+28+1=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #431C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C01 is #BCE3FE. Grayscale: #242424. Windows color (decimal): -12379135 or 72771. OLE color: 72771.
HSL color Cylindrical-coordinate representation of color #431C01: hue angle of 24.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #431C01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 28 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.74 |
| HSL | 24.55º | 0.97% | 0.13% | - |
| HSV(B) | 24.55º | 0.99% | 0.26% | - |
| XYZ | 2.74 | 2.03 | 0.28 | - |
| YUV | 36.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 1 | 0 | 0.58 | 0.99 | 0.74 | 24.55 | 0.97 | 0.13 |
| Hex | 43 | 1C | 1 | 0 | 3A | 63 | 4A | 19 | 61 | D |
| Octal | 103 | 34 | 1 | 0 | 72 | 143 | 112 | 31 | 141 | 15 |
| Binary | 1000011 | 11100 | 1 | 0 | 111010 | 1100011 | 1001010 | 11001 | 1100001 | 1101 |
Color Harmonies of #431C01
Complementary color
Monochromatic Colors of #431C01
Black with #431C01
Text Example
Text Example
White with #431C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C01; }
p { color: rgb(67,28,1); }
H1.HeaderClassName
{
color: #431C01;
}
.AnyTagClassName
{
color: #431C01;
}
</style>
background-color css
<style>
a { background-color: #431C01; }
a { background-color: rgb(67,28,1); }
div.DivClassName
{
background-color: #431C01;
}
.BgClassName
{
background-color: #431C01;
}
</style>
border-color css
<style>
span { border-color: #431C01; }
span { border-color: rgb(67,28,1); }
td.TdClassName
{
border-color: #431C01;
}
.TagClassName
{
border-color: #431C01;
}
</style>