#827649

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

Shades of Go Ben #827649

Tints of Go Ben #827649

Color information

#827649 (or 0x827649) is unknown color: approx Go Ben. HEX triplet: 82, 76 and 49. RGB value is (130,118,73). Sum of RGB (Red+Green+Blue) = 130+118+73=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #827649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827649 is #7D89B6. Grayscale: #747474. Windows color (decimal): -8227255 or 4814466. OLE color: 4814466.

HSL color Cylindrical-coordinate representation of color #827649: hue angle of 47.37º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827649 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB13011873-
CMYK00.090.440.49
HSL47.37º28.08%39.8%-
HSV(B)47.37º43.85%50.98%-
XYZ16.8918.188.92-
YUV116.46103.48137.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=40.50%
G=36.76%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301187300.090.440.4947.3728.0839.8
Hex827649092C312f1c28
Octal2021661110115461573450
Binary10000010111011010010010100110110011000110111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827649; }

 p { color: rgb(130,118,73); }

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

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

 a { background-color: rgb(130,118,73); }

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

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

 span { border-color: rgb(130,118,73); }

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