#827C44

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

Shades of Go Ben #827C44

Tints of Go Ben #827C44

Color information

#827C44 (or 0x827C44) is unknown color: approx Go Ben. HEX triplet: 82, 7C and 44. RGB value is (130,124,68). Sum of RGB (Red+Green+Blue) = 130+124+68=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #827C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C44 is #7D83BB. Grayscale: #777777. Windows color (decimal): -8225724 or 4488322. OLE color: 4488322.

HSL color Cylindrical-coordinate representation of color #827C44: hue angle of 54.19º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #827C44 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB13012468-
CMYK00.050.480.49
HSL54.19º31.31%38.82%-
HSV(B)54.19º47.69%50.98%-
XYZ17.4619.588.33-
YUV119.4198.99135.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 68 (26.95% from 255) = 21.12%
R=40.37%
G=38.51%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301246800.050.480.4954.1931.3138.82
Hex827C44053031361f27
Octal202174104056061663747
Binary1000001011111001000100010111000011000111011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,124,68); }

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

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

 a { background-color: rgb(130,124,68); }

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

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

 span { border-color: rgb(130,124,68); }

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