#827944

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

Shades of Go Ben #827944

Tints of Go Ben #827944

Color information

#827944 (or 0x827944) is unknown color: approx Go Ben. HEX triplet: 82, 79 and 44. RGB value is (130,121,68). Sum of RGB (Red+Green+Blue) = 130+121+68=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #827944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827944 is #7D86BB. Grayscale: #757575. Windows color (decimal): -8226492 or 4487554. OLE color: 4487554.

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

Color convert

RGB13012168-
CMYK00.070.480.49
HSL51.29º31.31%38.82%-
HSV(B)51.29º47.69%50.98%-
XYZ17.0918.848.2-
YUV117.6599.98136.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=40.75%
G=37.93%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301216800.070.480.4951.2931.3138.82
Hex827944073031331f27
Octal202171104076061633747
Binary1000001011110011000100011111000011000111001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827944; }

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

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

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

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

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

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

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

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