#827942

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

Shades of Go Ben #827942

Tints of Go Ben #827942

Color information

#827942 (or 0x827942) is unknown color: approx Go Ben. HEX triplet: 82, 79 and 42. RGB value is (130,121,66). Sum of RGB (Red+Green+Blue) = 130+121+66=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #827942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827942 is #7D86BD. Grayscale: #757575. Windows color (decimal): -8226494 or 4356482. OLE color: 4356482.

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

Color convert

RGB13012166-
CMYK00.070.490.49
HSL51.56º32.65%38.43%-
HSV(B)51.56º49.23%50.98%-
XYZ17.0318.817.89-
YUV117.4298.98136.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=41.01%
G=38.17%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301216600.070.490.4951.5632.6538.43
Hex827942073131342126
Octal202171102076161644146
Binary10000010111100110000100111110001110001110100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827942; }

 p { color: rgb(130,121,66); }

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

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

 a { background-color: rgb(130,121,66); }

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

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

 span { border-color: rgb(130,121,66); }

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