#827949

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

Shades of Go Ben #827949

Tints of Go Ben #827949

Color information

#827949 (or 0x827949) is unknown color: approx Go Ben. HEX triplet: 82, 79 and 49. RGB value is (130,121,73). Sum of RGB (Red+Green+Blue) = 130+121+73=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #827949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827949 is #7D86B6. Grayscale: #767676. Windows color (decimal): -8226487 or 4815234. OLE color: 4815234.

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

Color convert

RGB13012173-
CMYK00.070.440.49
HSL50.53º28.08%39.8%-
HSV(B)50.53º43.85%50.98%-
XYZ17.2518.99.04-
YUV118.22102.48136.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=40.12%
G=37.35%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301217300.070.440.4950.5328.0839.8
Hex827949072C31331c28
Octal202171111075461633450
Binary1000001011110011001001011110110011000111001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827949; }

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

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

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

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

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

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

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

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