Shades of Corn Harvest #826B30
Tints of Corn Harvest #826B30
RGB
CMYK
RGB Variations
Color information
#826B30 (or 0x826B30) is known color: Corn Harvest. HEX triplet: 82, 6B and 30. RGB value is (130,107,48). Sum of RGB (Red+Green+Blue) = 130+107+48=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #826B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B30 is #7D94CF. Grayscale: #6B6B6B. Windows color (decimal): -8230096 or 3173250. OLE color: 3173250.
HSL color Cylindrical-coordinate representation of color #826B30: hue angle of 43.17º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #826B30 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 48 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.49 |
| HSL | 43.17º | 0.46% | 0.35% | - |
| HSV(B) | 43.17º | 0.63% | 0.51% | - |
| XYZ | 15 | 15.47 | 4.99 | - |
| YUV | 107.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 48 | 0 | 0.18 | 0.63 | 0.49 | 43.17 | 0.46 | 0.35 |
| Hex | 82 | 6B | 30 | 0 | 12 | 3F | 31 | 2B | 2E | 23 |
| Octal | 202 | 153 | 60 | 0 | 22 | 77 | 61 | 53 | 56 | 43 |
| Binary | 10000010 | 1101011 | 110000 | 0 | 10010 | 111111 | 110001 | 101011 | 101110 | 100011 |
Color Harmonies of #826B30
Complementary color
Monochromatic Colors of #826B30
Black with #826B30
Text Example
Text Example
White with #826B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B30; }
p { color: rgb(130,107,48); }
H1.HeaderClassName
{
color: #826B30;
}
.AnyTagClassName
{
color: #826B30;
}
</style>
background-color css
<style>
a { background-color: #826B30; }
a { background-color: rgb(130,107,48); }
div.DivClassName
{
background-color: #826B30;
}
.BgClassName
{
background-color: #826B30;
}
</style>
border-color css
<style>
span { border-color: #826B30; }
span { border-color: rgb(130,107,48); }
td.TdClassName
{
border-color: #826B30;
}
.TagClassName
{
border-color: #826B30;
}
</style>