Shades of Brown Pod #431705
Tints of Brown Pod #431705
RGB
CMYK
RGB Variations
Color information
#431705 (or 0x431705) is known color: Brown Pod. HEX triplet: 43, 17 and 05. RGB value is (67,23,5). Sum of RGB (Red+Green+Blue) = 67+23+5=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #431705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431705 is #BCE8FA. Grayscale: #222222. Windows color (decimal): -12380411 or 333635. OLE color: 333635.
HSL color Cylindrical-coordinate representation of color #431705: hue angle of 17.42º 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 #431705 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 23 | 5 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.74 |
| HSL | 17.42º | 0.86% | 0.14% | - |
| HSV(B) | 17.42º | 0.93% | 0.26% | - |
| XYZ | 2.65 | 1.82 | 0.35 | - |
| YUV | 34.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 5 | 0 | 0.66 | 0.93 | 0.74 | 17.42 | 0.86 | 0.14 |
| Hex | 43 | 17 | 5 | 0 | 42 | 5D | 4A | 11 | 56 | E |
| Octal | 103 | 27 | 5 | 0 | 102 | 135 | 112 | 21 | 126 | 16 |
| Binary | 1000011 | 10111 | 101 | 0 | 1000010 | 1011101 | 1001010 | 10001 | 1010110 | 1110 |
Color Harmonies of #431705
Complementary color
Monochromatic Colors of #431705
Black with #431705
Text Example
Text Example
White with #431705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431705; }
p { color: rgb(67,23,5); }
H1.HeaderClassName
{
color: #431705;
}
.AnyTagClassName
{
color: #431705;
}
</style>
background-color css
<style>
a { background-color: #431705; }
a { background-color: rgb(67,23,5); }
div.DivClassName
{
background-color: #431705;
}
.BgClassName
{
background-color: #431705;
}
</style>
border-color css
<style>
span { border-color: #431705; }
span { border-color: rgb(67,23,5); }
td.TdClassName
{
border-color: #431705;
}
.TagClassName
{
border-color: #431705;
}
</style>