Shades of Go Ben #827343
Tints of Go Ben #827343
RGB
CMYK
RGB Variations
Color information
#827343 (or 0x827343) is known color: Go Ben. HEX triplet: 82, 73 and 43. RGB value is (130,115,67). Sum of RGB (Red+Green+Blue) = 130+115+67=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #827343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827343 is #7D8CBC. Grayscale: #727272. Windows color (decimal): -8228029 or 4420482. OLE color: 4420482.
HSL color Cylindrical-coordinate representation of color #827343: hue angle of 45.71º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #827343 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 67 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.49 |
| HSL | 45.71º | 0.32% | 0.39% | - |
| HSV(B) | 45.71º | 0.48% | 0.51% | - |
| XYZ | 16.35 | 17.41 | 7.81 | - |
| YUV | 114.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 67 | 0 | 0.12 | 0.48 | 0.49 | 45.71 | 0.32 | 0.39 |
| Hex | 82 | 73 | 43 | 0 | C | 30 | 31 | 2E | 20 | 27 |
| Octal | 202 | 163 | 103 | 0 | 14 | 60 | 61 | 56 | 40 | 47 |
| Binary | 10000010 | 1110011 | 1000011 | 0 | 1100 | 110000 | 110001 | 101110 | 100000 | 100111 |
Color Harmonies of #827343
Complementary color
Monochromatic Colors of #827343
Black with #827343
Text Example
Text Example
White with #827343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827343; }
p { color: rgb(130,115,67); }
H1.HeaderClassName
{
color: #827343;
}
.AnyTagClassName
{
color: #827343;
}
</style>
background-color css
<style>
a { background-color: #827343; }
a { background-color: rgb(130,115,67); }
div.DivClassName
{
background-color: #827343;
}
.BgClassName
{
background-color: #827343;
}
</style>
border-color css
<style>
span { border-color: #827343; }
span { border-color: rgb(130,115,67); }
td.TdClassName
{
border-color: #827343;
}
.TagClassName
{
border-color: #827343;
}
</style>