Shades of Yellow Metal #826B3F
Tints of Yellow Metal #826B3F
RGB
CMYK
RGB Variations
Color information
#826B3F (or 0x826B3F) is known color: Yellow Metal. HEX triplet: 82, 6B and 3F. RGB value is (130,107,63). Sum of RGB (Red+Green+Blue) = 130+107+63=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #826B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B3F is #7D94C0. Grayscale: #6D6D6D. Windows color (decimal): -8230081 or 4156290. OLE color: 4156290.
HSL color Cylindrical-coordinate representation of color #826B3F: hue angle of 39.4º 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 #826B3F is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 63 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.49 |
| HSL | 39.4º | 0.35% | 0.38% | - |
| HSV(B) | 39.4º | 0.52% | 0.51% | - |
| XYZ | 15.36 | 15.62 | 6.91 | - |
| YUV | 108.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 63 | 0 | 0.18 | 0.52 | 0.49 | 39.4 | 0.35 | 0.38 |
| Hex | 82 | 6B | 3F | 0 | 12 | 34 | 31 | 27 | 23 | 26 |
| Octal | 202 | 153 | 77 | 0 | 22 | 64 | 61 | 47 | 43 | 46 |
| Binary | 10000010 | 1101011 | 111111 | 0 | 10010 | 110100 | 110001 | 100111 | 100011 | 100110 |
Color Harmonies of #826B3F
Complementary color
Monochromatic Colors of #826B3F
Black with #826B3F
Text Example
Text Example
White with #826B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B3F; }
p { color: rgb(130,107,63); }
H1.HeaderClassName
{
color: #826B3F;
}
.AnyTagClassName
{
color: #826B3F;
}
</style>
background-color css
<style>
a { background-color: #826B3F; }
a { background-color: rgb(130,107,63); }
div.DivClassName
{
background-color: #826B3F;
}
.BgClassName
{
background-color: #826B3F;
}
</style>
border-color css
<style>
span { border-color: #826B3F; }
span { border-color: rgb(130,107,63); }
td.TdClassName
{
border-color: #826B3F;
}
.TagClassName
{
border-color: #826B3F;
}
</style>