#827745

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

Shades of Go Ben #827745

Tints of Go Ben #827745

Color information

#827745 (or 0x827745) is unknown color: approx Go Ben. HEX triplet: 82, 77 and 45. RGB value is (130,119,69). Sum of RGB (Red+Green+Blue) = 130+119+69=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #827745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827745 is #7D88BA. Grayscale: #747474. Windows color (decimal): -8227003 or 4552578. OLE color: 4552578.

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

Color convert

RGB13011969-
CMYK00.080.470.49
HSL49.18º30.65%39.02%-
HSV(B)49.18º46.92%50.98%-
XYZ16.8818.378.29-
YUV116.59101.14137.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=40.88%
G=37.42%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301196900.080.470.4949.1830.6539.02
Hex827745082F31311f27
Octal2021671050105761613747
Binary10000010111011110001010100010111111000111000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827745; }

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

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

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

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

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

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

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

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