#827A4B

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

Shades of Go Ben #827A4B

Tints of Go Ben #827A4B

Color information

#827A4B (or 0x827A4B) is unknown color: approx Go Ben. HEX triplet: 82, 7A and 4B. RGB value is (130,122,75). Sum of RGB (Red+Green+Blue) = 130+122+75=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #827A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A4B is #7D85B4. Grayscale: #777777. Windows color (decimal): -8226229 or 4946562. OLE color: 4946562.

HSL color Cylindrical-coordinate representation of color #827A4B: hue angle of 51.27º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #827A4B is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB13012275-
CMYK00.060.420.49
HSL51.27º26.83%40.2%-
HSV(B)51.27º42.31%50.98%-
XYZ17.4419.179.44-
YUV119.03103.15135.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 122 (48.05% from 255) = 37.31%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=39.76%
G=37.31%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301227500.060.420.4951.2726.8340.2
Hex827A4B062A31331b28
Octal202172113065261633350
Binary1000001011110101001011011010101011000111001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827A4B; }

 p { color: rgb(130,122,75); }

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

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

 a { background-color: rgb(130,122,75); }

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

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

 span { border-color: rgb(130,122,75); }

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