#827A41

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

Shades of Go Ben #827A41

Tints of Go Ben #827A41

Color information

#827A41 (or 0x827A41) is unknown color: approx Go Ben. HEX triplet: 82, 7A and 41. RGB value is (130,122,65). Sum of RGB (Red+Green+Blue) = 130+122+65=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #827A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A41 is #7D85BE. Grayscale: #767676. Windows color (decimal): -8226239 or 4291202. OLE color: 4291202.

HSL color Cylindrical-coordinate representation of color #827A41: hue angle of 52.62º 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 #827A41 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB13012265-
CMYK00.060.500.49
HSL52.62º33.33%38.24%-
HSV(B)52.62º50%50.98%-
XYZ17.1219.057.78-
YUV117.8998.15136.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=41.01%
G=38.49%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301226500.060.500.4952.6233.3338.24
Hex827A41063231352126
Octal202172101066261654146
Binary10000010111101010000010110110010110001110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827A41; }

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

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

<style>
 a { background-color: #827A41; }

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

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

<style>
 span { border-color: #827A41; }

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

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