Shades of Yellow Metal #826A3F
Tints of Yellow Metal #826A3F
RGB
CMYK
RGB Variations
Color information
#826A3F (or 0x826A3F) is known color: Yellow Metal. HEX triplet: 82, 6A and 3F. RGB value is (130,106,63). Sum of RGB (Red+Green+Blue) = 130+106+63=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #826A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A3F is #7D95C0. Grayscale: #6C6C6C. Windows color (decimal): -8230337 or 4156034. OLE color: 4156034.
HSL color Cylindrical-coordinate representation of color #826A3F: hue angle of 38.51º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #826A3F is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 63 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.49 |
| HSL | 38.51º | 0.35% | 0.38% | - |
| HSV(B) | 38.51º | 0.52% | 0.51% | - |
| XYZ | 15.26 | 15.41 | 6.87 | - |
| YUV | 108.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 63 | 0 | 0.18 | 0.52 | 0.49 | 38.51 | 0.35 | 0.38 |
| Hex | 82 | 6A | 3F | 0 | 12 | 34 | 31 | 27 | 23 | 26 |
| Octal | 202 | 152 | 77 | 0 | 22 | 64 | 61 | 47 | 43 | 46 |
| Binary | 10000010 | 1101010 | 111111 | 0 | 10010 | 110100 | 110001 | 100111 | 100011 | 100110 |
Color Harmonies of #826A3F
Complementary color
Monochromatic Colors of #826A3F
Black with #826A3F
Text Example
Text Example
White with #826A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A3F; }
p { color: rgb(130,106,63); }
H1.HeaderClassName
{
color: #826A3F;
}
.AnyTagClassName
{
color: #826A3F;
}
</style>
background-color css
<style>
a { background-color: #826A3F; }
a { background-color: rgb(130,106,63); }
div.DivClassName
{
background-color: #826A3F;
}
.BgClassName
{
background-color: #826A3F;
}
</style>
border-color css
<style>
span { border-color: #826A3F; }
span { border-color: rgb(130,106,63); }
td.TdClassName
{
border-color: #826A3F;
}
.TagClassName
{
border-color: #826A3F;
}
</style>