#827644

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

Shades of Go Ben #827644

Tints of Go Ben #827644

Color information

#827644 (or 0x827644) is unknown color: approx Go Ben. HEX triplet: 82, 76 and 44. RGB value is (130,118,68). Sum of RGB (Red+Green+Blue) = 130+118+68=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #827644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827644 is #7D89BB. Grayscale: #747474. Windows color (decimal): -8227260 or 4486786. OLE color: 4486786.

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

Color convert

RGB13011868-
CMYK00.090.480.49
HSL48.39º31.31%38.82%-
HSV(B)48.39º47.69%50.98%-
XYZ16.7318.128.08-
YUV115.89100.98138.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=41.14%
G=37.34%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301186800.090.480.4948.3931.3138.82
Hex827644093031301f27
Octal2021661040116061603747
Binary10000010111011010001000100111000011000111000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827644; }

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

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

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

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

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

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

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

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