#827841

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

Shades of Go Ben #827841

Tints of Go Ben #827841

Color information

#827841 (or 0x827841) is unknown color: approx Go Ben. HEX triplet: 82, 78 and 41. RGB value is (130,120,65). Sum of RGB (Red+Green+Blue) = 130+120+65=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827841 is #7D87BE. Grayscale: #747474. Windows color (decimal): -8226751 or 4290690. OLE color: 4290690.

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

Color convert

RGB13012065-
CMYK00.080.500.49
HSL50.77º33.33%38.24%-
HSV(B)50.77º50%50.98%-
XYZ16.8818.567.69-
YUV116.7298.81137.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=41.27%
G=38.10%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301206500.080.500.4950.7733.3338.24
Hex827841083231332126
Octal2021701010106261634146
Binary100000101111000100000101000110010110001110011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827841; }

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

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

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

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

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

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

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

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