Shades of Brown Pod #431800
Tints of Brown Pod #431800
RGB
CMYK
RGB Variations
Color information
#431800 (or 0x431800) is known color: Brown Pod. HEX triplet: 43, 18 and 00. RGB value is (67,24,0). Sum of RGB (Red+Green+Blue) = 67+24+0=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #431800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431800 is #BCE7FF. Grayscale: #222222. Windows color (decimal): -12380160 or 6211. OLE color: 6211.
HSL color Cylindrical-coordinate representation of color #431800: hue angle of 21.49º 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 #431800 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 24 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.74 |
| HSL | 21.49º | 1% | 0.13% | - |
| HSV(B) | 21.49º | 1% | 0.26% | - |
| XYZ | 2.64 | 1.85 | 0.22 | - |
| YUV | 34.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 0 | 0 | 0.64 | 1 | 0.74 | 21.49 | 1 | 0.13 |
| Hex | 43 | 18 | 0 | 0 | 40 | 64 | 4A | 15 | 64 | D |
| Octal | 103 | 30 | 0 | 0 | 100 | 144 | 112 | 25 | 144 | 15 |
| Binary | 1000011 | 11000 | 0 | 0 | 1000000 | 1100100 | 1001010 | 10101 | 1100100 | 1101 |
Color Harmonies of #431800
Complementary color
Monochromatic Colors of #431800
Black with #431800
Text Example
Text Example
White with #431800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431800; }
p { color: rgb(67,24,0); }
H1.HeaderClassName
{
color: #431800;
}
.AnyTagClassName
{
color: #431800;
}
</style>
background-color css
<style>
a { background-color: #431800; }
a { background-color: rgb(67,24,0); }
div.DivClassName
{
background-color: #431800;
}
.BgClassName
{
background-color: #431800;
}
</style>
border-color css
<style>
span { border-color: #431800; }
span { border-color: rgb(67,24,0); }
td.TdClassName
{
border-color: #431800;
}
.TagClassName
{
border-color: #431800;
}
</style>