#827741

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

Shades of Go Ben #827741

Tints of Go Ben #827741

Color information

#827741 (or 0x827741) is unknown color: approx Go Ben. HEX triplet: 82, 77 and 41. RGB value is (130,119,65). Sum of RGB (Red+Green+Blue) = 130+119+65=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827741 is #7D88BE. Grayscale: #747474. Windows color (decimal): -8227007 or 4290434. OLE color: 4290434.

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

Color convert

RGB13011965-
CMYK00.080.500.49
HSL49.85º33.33%38.24%-
HSV(B)49.85º50%50.98%-
XYZ16.7618.327.65-
YUV116.1399.14137.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=41.40%
G=37.90%
B=20.70%

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
Decimal1301196500.080.500.4949.8533.3338.24
Hex827741083231322126
Octal2021671010106261624146
Binary100000101110111100000101000110010110001110010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827741; }

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

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

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

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

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

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

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

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