#827A43

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

Shades of Go Ben #827A43

Tints of Go Ben #827A43

Color information

#827A43 (or 0x827A43) is unknown color: approx Go Ben. HEX triplet: 82, 7A and 43. RGB value is (130,122,67). Sum of RGB (Red+Green+Blue) = 130+122+67=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #827A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A43 is #7D85BC. Grayscale: #767676. Windows color (decimal): -8226237 or 4422274. OLE color: 4422274.

HSL color Cylindrical-coordinate representation of color #827A43: hue angle of 52.38º degrees, saturation: 0.32, 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 #827A43 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB13012267-
CMYK00.060.480.49
HSL52.38º31.98%38.63%-
HSV(B)52.38º48.46%50.98%-
XYZ17.1819.078.09-
YUV118.1299.15136.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 67 (26.56% from 255) = 21.00%
R=40.75%
G=38.24%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301226700.060.480.4952.3831.9838.63
Hex827A43063031342027
Octal202172103066061644047
Binary10000010111101010000110110110000110001110100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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