#827040

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

Shades of Go Ben #827040

Tints of Go Ben #827040

Color information

#827040 (or 0x827040) is unknown color: approx Go Ben. HEX triplet: 82, 70 and 40. RGB value is (130,112,64). Sum of RGB (Red+Green+Blue) = 130+112+64=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #827040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827040 is #7D8FBF. Grayscale: #707070. Windows color (decimal): -8228800 or 4223106. OLE color: 4223106.

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

Color convert

RGB13011264-
CMYK00.140.510.49
HSL43.64º34.02%38.04%-
HSV(B)43.64º50.77%50.98%-
XYZ15.9316.77.24-
YUV111.91100.96140.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=42.48%
G=36.60%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301126400.140.510.4943.6434.0238.04
Hex8270400E33312c2226
Octal2021601000166361544246
Binary100000101110000100000001110110011110001101100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827040; }

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

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

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

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

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

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

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

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