#827943

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

Shades of Go Ben #827943

Tints of Go Ben #827943

Color information

#827943 (or 0x827943) is unknown color: approx Go Ben. HEX triplet: 82, 79 and 43. RGB value is (130,121,67). Sum of RGB (Red+Green+Blue) = 130+121+67=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #827943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827943 is #7D86BC. Grayscale: #757575. Windows color (decimal): -8226493 or 4422018. OLE color: 4422018.

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

Color convert

RGB13012167-
CMYK00.070.480.49
HSL51.43º31.98%38.63%-
HSV(B)51.43º48.46%50.98%-
XYZ17.0618.838.04-
YUV117.5499.48136.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 67 (26.56% from 255) = 21.07%
R=40.88%
G=38.05%
B=21.07%

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
Decimal1301216700.070.480.4951.4331.9838.63
Hex827943073031332027
Octal202171103076061634047
Binary10000010111100110000110111110000110001110011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827943; }

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

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

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

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

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

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

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

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