#827642

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

Shades of Go Ben #827642

Tints of Go Ben #827642

Color information

#827642 (or 0x827642) is unknown color: approx Go Ben. HEX triplet: 82, 76 and 42. RGB value is (130,118,66). Sum of RGB (Red+Green+Blue) = 130+118+66=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827642 is #7D89BD. Grayscale: #737373. Windows color (decimal): -8227262 or 4355714. OLE color: 4355714.

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

Color convert

RGB13011866-
CMYK00.090.490.49
HSL48.75º32.65%38.43%-
HSV(B)48.75º49.23%50.98%-
XYZ16.6718.17.77-
YUV115.6699.98138.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=41.40%
G=37.58%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301186600.090.490.4948.7532.6538.43
Hex827642093131312126
Octal2021661020116161614146
Binary100000101110110100001001001110001110001110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827642; }

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

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

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

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

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

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

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

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