#827540

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

Shades of Go Ben #827540

Tints of Go Ben #827540

Color information

#827540 (or 0x827540) is unknown color: approx Go Ben. HEX triplet: 82, 75 and 40. RGB value is (130,117,64). Sum of RGB (Red+Green+Blue) = 130+117+64=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #827540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827540 is #7D8ABF. Grayscale: #737373. Windows color (decimal): -8227520 or 4224386. OLE color: 4224386.

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

Color convert

RGB13011764-
CMYK00.10.510.49
HSL48.18º34.02%38.04%-
HSV(B)48.18º50.77%50.98%-
XYZ16.4917.847.42-
YUV114.8599.31138.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=41.80%
G=37.62%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301176400.10.510.4948.1834.0238.04
Hex8275400A3331302226
Octal2021651000126361604246
Binary100000101110101100000001010110011110001110000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827540; }

 p { color: rgb(130,117,64); }

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

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

 a { background-color: rgb(130,117,64); }

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

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

 span { border-color: rgb(130,117,64); }

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