#827749

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

Shades of Go Ben #827749

Tints of Go Ben #827749

Color information

#827749 (or 0x827749) is unknown color: approx Go Ben. HEX triplet: 82, 77 and 49. RGB value is (130,119,73). Sum of RGB (Red+Green+Blue) = 130+119+73=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #827749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827749 is #7D88B6. Grayscale: #757575. Windows color (decimal): -8226999 or 4814722. OLE color: 4814722.

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

Color convert

RGB13011973-
CMYK00.080.440.49
HSL48.42º28.08%39.8%-
HSV(B)48.42º43.85%50.98%-
XYZ17.0118.428.96-
YUV117.04103.14137.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=40.37%
G=36.96%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301197300.080.440.4948.4228.0839.8
Hex827749082C31301c28
Octal2021671110105461603450
Binary10000010111011110010010100010110011000111000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827749; }

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

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

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

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

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

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

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

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