#826F41

Color #826F41 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #826F41

Tints of Go Ben #826F41

Color information

#826F41 (or 0x826F41) is unknown color: approx Go Ben. HEX triplet: 82, 6F and 41. RGB value is (130,111,65). Sum of RGB (Red+Green+Blue) = 130+111+65=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #826F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F41 is #7D90BE. Grayscale: #6F6F6F. Windows color (decimal): -8229055 or 4288386. OLE color: 4288386.

HSL color Cylindrical-coordinate representation of color #826F41: hue angle of 42.46º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #826F41 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB13011165-
CMYK00.150.500.49
HSL42.46º33.33%38.24%-
HSV(B)42.46º50%50.98%-
XYZ15.8416.57.35-
YUV111.44101.79141.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=42.48%
G=36.27%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301116500.150.500.4942.4633.3338.24
Hex826F410F32312a2126
Octal2021571010176261524146
Binary100000101101111100000101111110010110001101010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826F41; }

 p { color: rgb(130,111,65); }

 H1.HeaderClassName
 {
   color: #826F41;
 }
 .AnyTagClassName
 {
   color: #826F41;
 }
</style>
background-color css

<style>
 a { background-color: #826F41; }

 a { background-color: rgb(130,111,65); }

 div.DivClassName
 {
   background-color: #826F41;
 }
 .BgClassName
 {
   background-color: #826F41;
 }
</style>
border-color css

<style>
 span { border-color: #826F41; }

 span { border-color: rgb(130,111,65); }

 td.TdClassName
 {
   border-color: #826F41;
 }
 .TagClassName
 {
   border-color: #826F41;
 }
</style>