Shades of Brown Pod #431905
Tints of Brown Pod #431905
RGB
CMYK
RGB Variations
Color information
#431905 (or 0x431905) is known color: Brown Pod. HEX triplet: 43, 19 and 05. RGB value is (67,25,5). Sum of RGB (Red+Green+Blue) = 67+25+5=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #431905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431905 is #BCE6FA. Grayscale: #232323. Windows color (decimal): -12379899 or 334147. OLE color: 334147.
HSL color Cylindrical-coordinate representation of color #431905: hue angle of 19.35º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #431905 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 25 | 5 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.74 |
| HSL | 19.35º | 0.86% | 0.14% | - |
| HSV(B) | 19.35º | 0.93% | 0.26% | - |
| XYZ | 2.69 | 1.9 | 0.37 | - |
| YUV | 35.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 5 | 0 | 0.63 | 0.93 | 0.74 | 19.35 | 0.86 | 0.14 |
| Hex | 43 | 19 | 5 | 0 | 3F | 5D | 4A | 13 | 56 | E |
| Octal | 103 | 31 | 5 | 0 | 77 | 135 | 112 | 23 | 126 | 16 |
| Binary | 1000011 | 11001 | 101 | 0 | 111111 | 1011101 | 1001010 | 10011 | 1010110 | 1110 |
Color Harmonies of #431905
Complementary color
Monochromatic Colors of #431905
Black with #431905
Text Example
Text Example
White with #431905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431905; }
p { color: rgb(67,25,5); }
H1.HeaderClassName
{
color: #431905;
}
.AnyTagClassName
{
color: #431905;
}
</style>
background-color css
<style>
a { background-color: #431905; }
a { background-color: rgb(67,25,5); }
div.DivClassName
{
background-color: #431905;
}
.BgClassName
{
background-color: #431905;
}
</style>
border-color css
<style>
span { border-color: #431905; }
span { border-color: rgb(67,25,5); }
td.TdClassName
{
border-color: #431905;
}
.TagClassName
{
border-color: #431905;
}
</style>