#827145

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

Shades of Go Ben #827145

Tints of Go Ben #827145

Color information

#827145 (or 0x827145) is unknown color: approx Go Ben. HEX triplet: 82, 71 and 45. RGB value is (130,113,69). Sum of RGB (Red+Green+Blue) = 130+113+69=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #827145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827145 is #7D8EBA. Grayscale: #717171. Windows color (decimal): -8228539 or 4551042. OLE color: 4551042.

HSL color Cylindrical-coordinate representation of color #827145: hue angle of 43.28º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827145 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB13011369-
CMYK00.130.470.49
HSL43.28º30.65%39.02%-
HSV(B)43.28º46.92%50.98%-
XYZ16.1916.998.06-
YUV113.07103.13140.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=41.67%
G=36.22%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301136900.130.470.4943.2830.6539.02
Hex8271450D2F312b1f27
Octal2021611050155761533747
Binary10000010111000110001010110110111111000110101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827145; }

 p { color: rgb(130,113,69); }

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

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

 a { background-color: rgb(130,113,69); }

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

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

 span { border-color: rgb(130,113,69); }

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